Html Css Color HEX #8966CD True V

📋 copy color: '#8966CD'

red 137 ◦ green 102 ◦ blue 205

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

Shades of True V #8966CD

Tints of True V #8966CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 30.86%
G = 22.97%
B = 46.17%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8966CD (or 0x8966CD) is known color: True V. HEX triplet: 89, 66 and CD. RGB value is (137,102,205). Sum of RGB (Red+Green+Blue) = 137+102+205=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #8966CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966CD is #769932. Grayscale: #7B7B7B. Windows color (decimal): -7772467 or 13461129. OLE color: 13461129.

HSL color Cylindrical-coordinate representation of color #8966CD: hue angle of 260.39º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8966CD is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 102 205 -
CMYK 0.33 0.50 0 0.20
HSL 260.39º 0.51% 0.6% -
HSV(B) 260.39º 0.5% 0.8% -
XYZ 26.09 19.23 60.09 -
YUV 124.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 137 102 205 0.33 0.50 0 0.20 260.39 0.51 0.6
Hex 89 66 CD 21 32 0 14 104 33 3C
Octal 211 146 315 41 62 0 24 404 63 74
Binary 10001001 1100110 11001101 100001 110010 0 10100 100000100 110011 111100

Color Harmonies of #8966CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8966CD

Black with #8966CD

Text Example


Text Example

White with #8966CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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