#8A6FCD

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

Shades of True V #8A6FCD

Tints of True V #8A6FCD

Color information

#8A6FCD (or 0x8A6FCD) is unknown color: approx True V. HEX triplet: 8A, 6F and CD. RGB value is (138,111,205). Sum of RGB (Red+Green+Blue) = 138+111+205=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FCD is #759032. Grayscale: #818181. Windows color (decimal): -7704627 or 13463434. OLE color: 13463434.

HSL color Cylindrical-coordinate representation of color #8A6FCD: hue angle of 257.23º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A6FCD is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138111205-
CMYK0.330.4600.20
HSL257.23º48.45%61.96%-
HSV(B)257.23º45.85%80.39%-
XYZ27.1921.1860.41-
YUV129.79170.45133.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.40%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=30.40%
G=24.45%
B=45.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381112050.330.4600.20257.2348.4561.96
Hex8A6FCD212E014101303e
Octal21215731541560244016076
Binary10001010110111111001101100001101110010100100000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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