Html Css Color HEX #8966DC Medium Purple

📋 copy color: '#8966DC'

red 137 ◦ green 102 ◦ blue 220

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

Shades of Medium Purple #8966DC

Tints of Medium Purple #8966DC

RGB

 RED value IS 137 (53.91% from 255) = 29.85%

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

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

R = 29.85%
G = 22.22%
B = 47.93%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8966DC (or 0x8966DC) is known color: Medium Purple. HEX triplet: 89, 66 and DC. RGB value is (137,102,220). Sum of RGB (Red+Green+Blue) = 137+102+220=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #8966DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966DC is #769923. Grayscale: #7D7D7D. Windows color (decimal): -7772452 or 14444169. OLE color: 14444169.

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

Color convert

RGB 137 102 220 -
CMYK 0.38 0.54 0 0.14
HSL 257.8º 0.63% 0.63% -
HSV(B) 257.8º 0.54% 0.86% -
XYZ 27.99 19.99 70.09 -
YUV 125.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 137 102 220 0.38 0.54 0 0.14 257.8 0.63 0.63
Hex 89 66 DC 26 36 0 E 102 3F 3F
Octal 211 146 334 46 66 0 16 402 77 77
Binary 10001001 1100110 11011100 100110 110110 0 1110 100000010 111111 111111

Color Harmonies of #8966DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8966DC

Black with #8966DC

Text Example


Text Example

White with #8966DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,102,220); }

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

background-color css

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

 a { background-color: rgb(137,102,220); }

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

border-color css

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

 span { border-color: rgb(137,102,220); }

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