#8972ce

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

Shades of True V #8972CE

Tints of True V #8972CE

Color information

#8972CE (or 0x8972CE) is unknown color: approx True V. HEX triplet: 89, 72 and CE. RGB value is (137,114,206). Sum of RGB (Red+Green+Blue) = 137+114+206=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #8972CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972CE is #768D31. Grayscale: #838383. Windows color (decimal): -7769394 or 13529737. OLE color: 13529737.

HSL color Cylindrical-coordinate representation of color #8972CE: hue angle of 255º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8972CE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137114206-
CMYK0.330.4500.19
HSL255º48.42%62.75%-
HSV(B)255º44.66%80.78%-
XYZ27.4721.8161.15-
YUV131.36170.12132.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.98%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=29.98%
G=24.95%
B=45.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371142060.330.4500.1925548.4262.75
Hex8972CE212D013ff303f
Octal21116231641550233776077
Binary1000100111100101100111010000110110101001111111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8972ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8972ce; }

 p { color: rgb(137,114,206); }

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

<style>
 a { background-color: #8972ce; }

 a { background-color: rgb(137,114,206); }

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

<style>
 span { border-color: #8972ce; }

 span { border-color: rgb(137,114,206); }

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