#8972BD

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

Shades of True V #8972BD

Tints of True V #8972BD

Color information

#8972BD (or 0x8972BD) is unknown color: approx True V. HEX triplet: 89, 72 and BD. RGB value is (137,114,189). Sum of RGB (Red+Green+Blue) = 137+114+189=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #8972BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972BD is #768D42. Grayscale: #818181. Windows color (decimal): -7769411 or 12415625. OLE color: 12415625.

HSL color Cylindrical-coordinate representation of color #8972BD: hue angle of 258.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8972BD is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137114189-
CMYK0.280.4000.26
HSL258.4º36.23%59.41%-
HSV(B)258.4º39.68%74.12%-
XYZ25.5221.0350.86-
YUV129.43161.62133.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=31.14%
G=25.91%
B=42.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371141890.280.4000.26258.436.2359.41
Hex8972BD1C2801A102243b
Octal21116227534500324024473
Binary1000100111100101011110111100101000011010100000010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8972BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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