Html Css Color HEX #8B64E5 Medium Purple

📋 copy color: '#8B64E5'

red 139 ◦ green 100 ◦ blue 229

#8B64E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #8B64E5

Tints of Medium Purple #8B64E5

RGB

 RED value IS 139 (54.69% from 255) = 29.7%

 GREEN value IS 100 (39.45% from 255) = 21.37%

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 29.7%
G = 21.37%
B = 48.93%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8B64E5 (or 0x8B64E5) is known color: Medium Purple. HEX triplet: 8B, 64 and E5. RGB value is (139,100,229). Sum of RGB (Red+Green+Blue) = 139+100+229=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #8B64E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B64E5 is #749B1A. Grayscale: #7D7D7D. Windows color (decimal): -7641883 or 15033483. OLE color: 15033483.

HSL color Cylindrical-coordinate representation of color #8B64E5: hue angle of 258.14º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B64E5 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 100 229 -
CMYK 0.39 0.56 0 0.10
HSL 258.14º 0.71% 0.65% -
HSV(B) 258.14º 0.56% 0.9% -
XYZ 29.35 20.26 76.49 -
YUV 126.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 139 100 229 0.39 0.56 0 0.10 258.14 0.71 0.65
Hex 8B 64 E5 27 38 0 A 102 47 41
Octal 213 144 345 47 70 0 12 402 107 101
Binary 10001011 1100100 11100101 100111 111000 0 1010 100000010 1000111 1000001

Color Harmonies of #8B64E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B64E5

Black with #8B64E5

Text Example


Text Example

White with #8B64E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B64E5; }

 p { color: rgb(139,100,229); }

 H1.HeaderClassName
 {
   color: #8B64E5;
 }
 .AnyTagClassName
 {
   color: #8B64E5;
 }
</style>

background-color css

<style>
 a { background-color: #8B64E5; }

 a { background-color: rgb(139,100,229); }

 div.DivClassName
 {
   background-color: #8B64E5;
 }
 .BgClassName
 {
   background-color: #8B64E5;
 }
</style>

border-color css

<style>
 span { border-color: #8B64E5; }

 span { border-color: rgb(139,100,229); }

 td.TdClassName
 {
   border-color: #8B64E5;
 }
 .TagClassName
 {
   border-color: #8B64E5;
 }
</style>