#8A6ED1

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

Shades of True V #8A6ED1

Tints of True V #8A6ED1

Color information

#8A6ED1 (or 0x8A6ED1) is unknown color: approx True V. HEX triplet: 8A, 6E and D1. RGB value is (138,110,209). Sum of RGB (Red+Green+Blue) = 138+110+209=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #8A6ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ED1 is #75912E. Grayscale: #818181. Windows color (decimal): -7704879 or 13725322. OLE color: 13725322.

HSL color Cylindrical-coordinate representation of color #8A6ED1: hue angle of 256.97º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A6ED1 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138110209-
CMYK0.340.4700.18
HSL256.97º51.83%62.55%-
HSV(B)256.97º47.37%81.96%-
XYZ27.5721.1662.95-
YUV129.66172.78133.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=30.20%
G=24.07%
B=45.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381102090.340.4700.18256.9751.8362.55
Hex8A6ED1222F012101343f
Octal21215632142570224016477
Binary10001010110111011010001100010101111010010100000001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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