#8975B6

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

Shades of True V #8975B6

Tints of True V #8975B6

Color information

#8975B6 (or 0x8975B6) is unknown color: approx True V. HEX triplet: 89, 75 and B6. RGB value is (137,117,182). Sum of RGB (Red+Green+Blue) = 137+117+182=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #8975B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975B6 is #768A49. Grayscale: #828282. Windows color (decimal): -7768650 or 11957641. OLE color: 11957641.

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

Color convert

RGB137117182-
CMYK0.250.3600.29
HSL258.46º30.81%58.63%-
HSV(B)258.46º35.71%71.37%-
XYZ25.1221.4247.07-
YUV130.39157.13132.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=31.42%
G=26.83%
B=41.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371171820.250.3600.29258.4630.8158.63
Hex8975B6192401D1021f3b
Octal21116526631440354023773
Binary100010011110101101101101100110010001110110000001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8975B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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