Html Css Color HEX #8866DB Medium Purple

📋 copy color: '#8866DB'

red 136 ◦ green 102 ◦ blue 219

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

Shades of Medium Purple #8866DB

Tints of Medium Purple #8866DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.32%

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 29.76%
G = 22.32%
B = 47.92%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8866DB (or 0x8866DB) is known color: Medium Purple. HEX triplet: 88, 66 and DB. RGB value is (136,102,219). Sum of RGB (Red+Green+Blue) = 136+102+219=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #8866DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8866DB is #779924. Grayscale: #7D7D7D. Windows color (decimal): -7837989 or 14378632. OLE color: 14378632.

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

Color convert

RGB 136 102 219 -
CMYK 0.38 0.53 0 0.14
HSL 257.44º 0.62% 0.63% -
HSV(B) 257.44º 0.53% 0.86% -
XYZ 27.69 19.85 69.39 -
YUV 125.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 136 102 219 0.38 0.53 0 0.14 257.44 0.62 0.63
Hex 88 66 DB 26 35 0 E 101 3E 3F
Octal 210 146 333 46 65 0 16 401 76 77
Binary 10001000 1100110 11011011 100110 110101 0 1110 100000001 111110 111111

Color Harmonies of #8866DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8866DB

Black with #8866DB

Text Example


Text Example

White with #8866DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8866DB; }

 p { color: rgb(136,102,219); }

 H1.HeaderClassName
 {
   color: #8866DB;
 }
 .AnyTagClassName
 {
   color: #8866DB;
 }
</style>

background-color css

<style>
 a { background-color: #8866DB; }

 a { background-color: rgb(136,102,219); }

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

border-color css

<style>
 span { border-color: #8866DB; }

 span { border-color: rgb(136,102,219); }

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