Html Css Color HEX #8864DC Medium Purple

📋 copy color: '#8864DC'

red 136 ◦ green 100 ◦ blue 220

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

Shades of Medium Purple #8864DC

Tints of Medium Purple #8864DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 29.82%
G = 21.93%
B = 48.25%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8864DC (or 0x8864DC) is known color: Medium Purple. HEX triplet: 88, 64 and DC. RGB value is (136,100,220). Sum of RGB (Red+Green+Blue) = 136+100+220=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #8864DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864DC is #779B23. Grayscale: #7C7C7C. Windows color (decimal): -7838500 or 14443656. OLE color: 14443656.

HSL color Cylindrical-coordinate representation of color #8864DC: hue angle of 258º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8864DC is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 100 220 -
CMYK 0.38 0.55 0 0.14
HSL 258º 0.63% 0.63% -
HSV(B) 258º 0.55% 0.86% -
XYZ 27.63 19.52 70.02 -
YUV 124.44 181.93 136.24 -
System Red Green Blue C M Y K H S L
Decimal 136 100 220 0.38 0.55 0 0.14 258 0.63 0.63
Hex 88 64 DC 26 37 0 E 102 3F 3F
Octal 210 144 334 46 67 0 16 402 77 77
Binary 10001000 1100100 11011100 100110 110111 0 1110 100000010 111111 111111

Color Harmonies of #8864DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8864DC

Black with #8864DC

Text Example


Text Example

White with #8864DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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