Html Css Color HEX #8766DB Medium Purple

📋 copy color: '#8766DB'

red 135 ◦ green 102 ◦ blue 219

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

Shades of Medium Purple #8766DB

Tints of Medium Purple #8766DB

RGB

 RED value IS 135 (53.13% from 255) = 29.61%

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

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

R = 29.61%
G = 22.37%
B = 48.03%

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

#8766DB (or 0x8766DB) is known color: Medium Purple. HEX triplet: 87, 66 and DB. RGB value is (135,102,219). Sum of RGB (Red+Green+Blue) = 135+102+219=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #8766DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766DB is #789924. Grayscale: #7C7C7C. Windows color (decimal): -7903525 or 14378631. OLE color: 14378631.

HSL color Cylindrical-coordinate representation of color #8766DB: hue angle of 256.92º 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 #8766DB is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 102 219 -
CMYK 0.38 0.53 0 0.14
HSL 256.92º 0.62% 0.63% -
HSV(B) 256.92º 0.53% 0.86% -
XYZ 27.53 19.77 69.38 -
YUV 125.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 135 102 219 0.38 0.53 0 0.14 256.92 0.62 0.63
Hex 87 66 DB 26 35 0 E 101 3E 3F
Octal 207 146 333 46 65 0 16 401 76 77
Binary 10000111 1100110 11011011 100110 110101 0 1110 100000001 111110 111111

Color Harmonies of #8766DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8766DB

Black with #8766DB

Text Example


Text Example

White with #8766DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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