Html Css Color HEX #8864DD Medium Purple

📋 copy color: '#8864DD'

red 136 ◦ green 100 ◦ blue 221

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

Shades of Medium Purple #8864DD

Tints of Medium Purple #8864DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 29.76%
G = 21.88%
B = 48.36%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8864DD (or 0x8864DD) is known color: Medium Purple. HEX triplet: 88, 64 and DD. RGB value is (136,100,221). Sum of RGB (Red+Green+Blue) = 136+100+221=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #8864DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864DD is #779B22. Grayscale: #7C7C7C. Windows color (decimal): -7838499 or 14509192. OLE color: 14509192.

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

Color convert

RGB 136 100 221 -
CMYK 0.38 0.55 0 0.13
HSL 257.85º 0.64% 0.63% -
HSV(B) 257.85º 0.55% 0.87% -
XYZ 27.76 19.57 70.72 -
YUV 124.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 136 100 221 0.38 0.55 0 0.13 257.85 0.64 0.63
Hex 88 64 DD 26 37 0 D 102 40 3F
Octal 210 144 335 46 67 0 15 402 100 77
Binary 10001000 1100100 11011101 100110 110111 0 1101 100000010 1000000 111111

Color Harmonies of #8864DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8864DD

Black with #8864DD

Text Example


Text Example

White with #8864DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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