#8975BE

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

Shades of True V #8975BE

Tints of True V #8975BE

Color information

#8975BE (or 0x8975BE) is unknown color: approx True V. HEX triplet: 89, 75 and BE. RGB value is (137,117,190). Sum of RGB (Red+Green+Blue) = 137+117+190=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8975BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975BE is #768A41. Grayscale: #838383. Windows color (decimal): -7768642 or 12481929. OLE color: 12481929.

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

Color convert

RGB137117190-
CMYK0.280.3800.25
HSL256.44º35.96%60.2%-
HSV(B)256.44º38.42%74.51%-
XYZ25.9721.7651.55-
YUV131.3161.13132.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.86%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=30.86%
G=26.35%
B=42.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371171900.280.3800.25256.4435.9660.2
Hex8975BE1C26019100243c
Octal21116527634460314004474
Binary1000100111101011011111011100100110011001100000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8975BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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