#8972BE

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

Shades of True V #8972BE

Tints of True V #8972BE

Color information

#8972BE (or 0x8972BE) is unknown color: approx True V. HEX triplet: 89, 72 and BE. RGB value is (137,114,190). Sum of RGB (Red+Green+Blue) = 137+114+190=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8972BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972BE is #768D41. Grayscale: #818181. Windows color (decimal): -7769410 or 12481161. OLE color: 12481161.

HSL color Cylindrical-coordinate representation of color #8972BE: hue angle of 258.16º degrees, saturation: 0.37, 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 #8972BE is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137114190-
CMYK0.280.4000.25
HSL258.16º36.89%59.61%-
HSV(B)258.16º40%74.51%-
XYZ25.6321.0751.43-
YUV129.54162.12133.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.07%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=31.07%
G=25.85%
B=43.08%

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
Decimal1371141900.280.4000.25258.1636.8959.61
Hex8972BE1C28019102253c
Octal21116227634500314024574
Binary1000100111100101011111011100101000011001100000010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8972BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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