#8970BE

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

Shades of True V #8970BE

Tints of True V #8970BE

Color information

#8970BE (or 0x8970BE) is unknown color: approx True V. HEX triplet: 89, 70 and BE. RGB value is (137,112,190). Sum of RGB (Red+Green+Blue) = 137+112+190=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #8970BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970BE is #768F41. Grayscale: #808080. Windows color (decimal): -7769922 or 12480649. OLE color: 12480649.

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

Color convert

RGB137112190-
CMYK0.280.4100.25
HSL259.23º37.5%59.22%-
HSV(B)259.23º41.05%74.51%-
XYZ25.420.6251.36-
YUV128.37162.78134.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.21%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=31.21%
G=25.51%
B=43.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371121900.280.4100.25259.2337.559.22
Hex8970BE1C29019103263b
Octal21116027634510314034673
Binary1000100111100001011111011100101001011001100000011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8970BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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