#8A70BF

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

Shades of True V #8A70BF

Tints of True V #8A70BF

Color information

#8A70BF (or 0x8A70BF) is unknown color: approx True V. HEX triplet: 8A, 70 and BF. RGB value is (138,112,191). Sum of RGB (Red+Green+Blue) = 138+112+191=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A70BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70BF is #758F40. Grayscale: #808080. Windows color (decimal): -7704385 or 12546186. OLE color: 12546186.

HSL color Cylindrical-coordinate representation of color #8A70BF: hue angle of 259.75º 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 #8A70BF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138112191-
CMYK0.280.4100.25
HSL259.75º38.16%59.41%-
HSV(B)259.75º41.36%74.9%-
XYZ25.6820.7551.94-
YUV128.78163.11134.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 191 (75% from 255) = 43.31%
R=31.29%
G=25.40%
B=43.31%

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
Decimal1381121910.280.4100.25259.7538.1659.41
Hex8A70BF1C29019104263b
Octal21216027734510314044673
Binary1000101011100001011111111100101001011001100000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A70BF; }

 p { color: rgb(138,112,191); }

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

<style>
 a { background-color: #8A70BF; }

 a { background-color: rgb(138,112,191); }

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

<style>
 span { border-color: #8A70BF; }

 span { border-color: rgb(138,112,191); }

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