#8a6fd0

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

Shades of True V #8A6FD0

Tints of True V #8A6FD0

Color information

#8A6FD0 (or 0x8A6FD0) is unknown color: approx True V. HEX triplet: 8A, 6F and D0. RGB value is (138,111,208). Sum of RGB (Red+Green+Blue) = 138+111+208=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A6FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FD0 is #75902F. Grayscale: #818181. Windows color (decimal): -7704624 or 13660042. OLE color: 13660042.

HSL color Cylindrical-coordinate representation of color #8A6FD0: hue angle of 256.7º degrees, saturation: 0.51, 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 #8A6FD0 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138111208-
CMYK0.340.4700.18
HSL256.7º50.79%62.55%-
HSV(B)256.7º46.63%81.57%-
XYZ27.5521.3362.34-
YUV130.13171.95133.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 208 (81.64% from 255) = 45.51%
R=30.20%
G=24.29%
B=45.51%

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
Decimal1381112080.340.4700.18256.750.7962.55
Hex8A6FD0222F012101333f
Octal21215732042570224016377
Binary10001010110111111010000100010101111010010100000001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a6fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,208); }

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

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

 a { background-color: rgb(138,111,208); }

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

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

 span { border-color: rgb(138,111,208); }

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