#8973CD

Color #8973CD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8973CD

Tints of True V #8973CD

Color information

#8973CD (or 0x8973CD) is unknown color: approx True V. HEX triplet: 89, 73 and CD. RGB value is (137,115,205). Sum of RGB (Red+Green+Blue) = 137+115+205=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #8973CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973CD is #768C32. Grayscale: #838383. Windows color (decimal): -7769139 or 13464457. OLE color: 13464457.

HSL color Cylindrical-coordinate representation of color #8973CD: hue angle of 254.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8973CD is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137115205-
CMYK0.330.4400.20
HSL254.67º47.37%62.75%-
HSV(B)254.67º43.9%80.39%-
XYZ27.4721.9960.55-
YUV131.84169.29131.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.98%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=29.98%
G=25.16%
B=44.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371152050.330.4400.20254.6747.3762.75
Hex8973CD212C014ff2f3f
Octal21116331541540243775777
Binary1000100111100111100110110000110110001010011111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8973CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8973CD;
 }
 .AnyTagClassName
 {
   color: #8973CD;
 }
</style>
background-color css

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

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

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

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

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

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