#8A70BD

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

Shades of True V #8A70BD

Tints of True V #8A70BD

Color information

#8A70BD (or 0x8A70BD) is unknown color: approx True V. HEX triplet: 8A, 70 and BD. RGB value is (138,112,189). Sum of RGB (Red+Green+Blue) = 138+112+189=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A70BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70BD is #758F42. Grayscale: #808080. Windows color (decimal): -7704387 or 12415114. OLE color: 12415114.

HSL color Cylindrical-coordinate representation of color #8A70BD: hue angle of 260.26º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A70BD is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138112189-
CMYK0.270.4100.26
HSL260.26º36.84%59.02%-
HSV(B)260.26º40.74%74.12%-
XYZ25.4620.6750.79-
YUV128.55162.11134.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=31.44%
G=25.51%
B=43.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381121890.270.4100.26260.2636.8459.02
Hex8A70BD1B2901A104253b
Octal21216027533510324044573
Binary1000101011100001011110111011101001011010100000100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A70BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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