#8974CC

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

Shades of True V #8974CC

Tints of True V #8974CC

Color information

#8974CC (or 0x8974CC) is unknown color: approx True V. HEX triplet: 89, 74 and CC. RGB value is (137,116,204). Sum of RGB (Red+Green+Blue) = 137+116+204=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #8974CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8974CC is #768B33. Grayscale: #838383. Windows color (decimal): -7768884 or 13399177. OLE color: 13399177.

HSL color Cylindrical-coordinate representation of color #8974CC: hue angle of 254.32º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8974CC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB137116204-
CMYK0.330.4300.2
HSL254.32º46.32%62.75%-
HSV(B)254.32º43.14%80%-
XYZ27.4622.1759.96-
YUV132.31168.46131.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.98%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=29.98%
G=25.38%
B=44.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371162040.330.4300.2254.3246.3262.75
Hex8974CC212B014fe2e3f
Octal21116431441530243765677
Binary1000100111101001100110010000110101101010011111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8974CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8974CC; }

 p { color: rgb(137,116,204); }

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

<style>
 a { background-color: #8974CC; }

 a { background-color: rgb(137,116,204); }

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

<style>
 span { border-color: #8974CC; }

 span { border-color: rgb(137,116,204); }

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