#8A6ECE

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

Shades of True V #8A6ECE

Tints of True V #8A6ECE

Color information

#8A6ECE (or 0x8A6ECE) is unknown color: approx True V. HEX triplet: 8A, 6E and CE. RGB value is (138,110,206). Sum of RGB (Red+Green+Blue) = 138+110+206=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ECE is #759131. Grayscale: #808080. Windows color (decimal): -7704882 or 13528714. OLE color: 13528714.

HSL color Cylindrical-coordinate representation of color #8A6ECE: hue angle of 257.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A6ECE is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138110206-
CMYK0.330.4700.19
HSL257.5º49.48%61.96%-
HSV(B)257.5º46.6%80.78%-
XYZ27.221.0161.01-
YUV129.32171.28134.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.40%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=30.40%
G=24.23%
B=45.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381102060.330.4700.19257.549.4861.96
Hex8A6ECE212F013102313e
Octal21215631641570234026176
Binary10001010110111011001110100001101111010011100000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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