#8A6EBB

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

Shades of True V #8A6EBB

Tints of True V #8A6EBB

Color information

#8A6EBB (or 0x8A6EBB) is unknown color: approx True V. HEX triplet: 8A, 6E and BB. RGB value is (138,110,187). Sum of RGB (Red+Green+Blue) = 138+110+187=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A6EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6EBB is #759144. Grayscale: #7E7E7E. Windows color (decimal): -7704901 or 12283530. OLE color: 12283530.

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

Color convert

RGB138110187-
CMYK0.260.4100.27
HSL261.82º36.15%58.24%-
HSV(B)261.82º41.18%73.33%-
XYZ25.0320.1449.58-
YUV127.15161.78135.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=31.72%
G=25.29%
B=42.99%

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
Decimal1381101870.260.4100.27261.8236.1558.24
Hex8A6EBB1A2901B106243a
Octal21215627332510334064472
Binary1000101011011101011101111010101001011011100000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,110,187); }

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

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

 a { background-color: rgb(138,110,187); }

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

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

 span { border-color: rgb(138,110,187); }

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