#8973B6

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

Shades of True V #8973B6

Tints of True V #8973B6

Color information

#8973B6 (or 0x8973B6) is unknown color: approx True V. HEX triplet: 89, 73 and B6. RGB value is (137,115,182). Sum of RGB (Red+Green+Blue) = 137+115+182=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #8973B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973B6 is #768C49. Grayscale: #808080. Windows color (decimal): -7769162 or 11957129. OLE color: 11957129.

HSL color Cylindrical-coordinate representation of color #8973B6: hue angle of 259.7º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8973B6 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137115182-
CMYK0.250.3700.29
HSL259.7º31.46%58.24%-
HSV(B)259.7º36.81%71.37%-
XYZ24.8920.9646.99-
YUV129.22157.79133.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=31.57%
G=26.50%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371151820.250.3700.29259.731.4658.24
Hex8973B6192501D1041f3a
Octal21116326631450354043772
Binary100010011110011101101101100110010101110110000010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8973B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8973B6; }

 p { color: rgb(137,115,182); }

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

<style>
 a { background-color: #8973B6; }

 a { background-color: rgb(137,115,182); }

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

<style>
 span { border-color: #8973B6; }

 span { border-color: rgb(137,115,182); }

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