#8A6DBA

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

Shades of True V #8A6DBA

Tints of True V #8A6DBA

Color information

#8A6DBA (or 0x8A6DBA) is unknown color: approx True V. HEX triplet: 8A, 6D and BA. RGB value is (138,109,186). Sum of RGB (Red+Green+Blue) = 138+109+186=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DBA is #759245. Grayscale: #7E7E7E. Windows color (decimal): -7705158 or 12217738. OLE color: 12217738.

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

Color convert

RGB138109186-
CMYK0.260.4100.27
HSL262.6º35.81%57.84%-
HSV(B)262.6º41.4%72.94%-
XYZ24.8119.8948.98-
YUV126.45161.61136.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=31.87%
G=25.17%
B=42.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381091860.260.4100.27262.635.8157.84
Hex8A6DBA1A2901B107243a
Octal21215527232510334074472
Binary1000101011011011011101011010101001011011100000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,109,186); }

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

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

 a { background-color: rgb(138,109,186); }

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

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

 span { border-color: rgb(138,109,186); }

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