Html Css Color HEX #8864D6 Medium Purple

📋 copy color: '#8864D6'

red 136 ◦ green 100 ◦ blue 214

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

Shades of Medium Purple #8864D6

Tints of Medium Purple #8864D6

RGB

 RED value IS 136 (53.52% from 255) = 30.22%

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

 BLUE value IS 214 (83.98% from 255) = 47.56%

R = 30.22%
G = 22.22%
B = 47.56%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8864D6 (or 0x8864D6) is known color: Medium Purple. HEX triplet: 88, 64 and D6. RGB value is (136,100,214). Sum of RGB (Red+Green+Blue) = 136+100+214=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #8864D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864D6 is #779B29. Grayscale: #7B7B7B. Windows color (decimal): -7838506 or 14050440. OLE color: 14050440.

HSL color Cylindrical-coordinate representation of color #8864D6: hue angle of 258.95º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8864D6 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 100 214 -
CMYK 0.36 0.53 0 0.16
HSL 258.95º 0.58% 0.62% -
HSV(B) 258.95º 0.53% 0.84% -
XYZ 26.85 19.2 65.91 -
YUV 123.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 136 100 214 0.36 0.53 0 0.16 258.95 0.58 0.62
Hex 88 64 D6 24 35 0 10 103 3A 3E
Octal 210 144 326 44 65 0 20 403 72 76
Binary 10001000 1100100 11010110 100100 110101 0 10000 100000011 111010 111110

Color Harmonies of #8864D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8864D6

Black with #8864D6

Text Example


Text Example

White with #8864D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8864D6; }

 p { color: rgb(136,100,214); }

 H1.HeaderClassName
 {
   color: #8864D6;
 }
 .AnyTagClassName
 {
   color: #8864D6;
 }
</style>

background-color css

<style>
 a { background-color: #8864D6; }

 a { background-color: rgb(136,100,214); }

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

border-color css

<style>
 span { border-color: #8864D6; }

 span { border-color: rgb(136,100,214); }

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