#8A6DCA

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

Shades of True V #8A6DCA

Tints of True V #8A6DCA

Color information

#8A6DCA (or 0x8A6DCA) is unknown color: approx True V. HEX triplet: 8A, 6D and CA. RGB value is (138,109,202). Sum of RGB (Red+Green+Blue) = 138+109+202=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DCA is #759235. Grayscale: #7F7F7F. Windows color (decimal): -7705142 or 13266314. OLE color: 13266314.

HSL color Cylindrical-coordinate representation of color #8A6DCA: hue angle of 258.71º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A6DCA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138109202-
CMYK0.320.4600.21
HSL258.71º46.73%60.98%-
HSV(B)258.71º46.04%79.22%-
XYZ26.6120.658.45-
YUV128.27169.61134.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.73%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=30.73%
G=24.28%
B=44.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381092020.320.4600.21258.7146.7360.98
Hex8A6DCA202E0151032f3d
Octal21215531240560254035775
Binary10001010110110111001010100000101110010101100000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,109,202); }

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

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

 a { background-color: rgb(138,109,202); }

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

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

 span { border-color: rgb(138,109,202); }

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