#8972BF

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

Shades of True V #8972BF

Tints of True V #8972BF

Color information

#8972BF (or 0x8972BF) is unknown color: approx True V. HEX triplet: 89, 72 and BF. RGB value is (137,114,191). Sum of RGB (Red+Green+Blue) = 137+114+191=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #8972BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972BF is #768D40. Grayscale: #818181. Windows color (decimal): -7769409 or 12546697. OLE color: 12546697.

HSL color Cylindrical-coordinate representation of color #8972BF: hue angle of 257.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8972BF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137114191-
CMYK0.280.4000.25
HSL257.92º37.56%59.8%-
HSV(B)257.92º40.31%74.9%-
XYZ25.7421.1152.01-
YUV129.66162.62133.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.00%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 191 (75% from 255) = 43.21%
R=31.00%
G=25.79%
B=43.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371141910.280.4000.25257.9237.5659.8
Hex8972BF1C28019102263c
Octal21116227734500314024674
Binary1000100111100101011111111100101000011001100000010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8972BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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