#8A64CD

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

Shades of True V #8A64CD

Tints of True V #8A64CD

Color information

#8A64CD (or 0x8A64CD) is unknown color: approx True V. HEX triplet: 8A, 64 and CD. RGB value is (138,100,205). Sum of RGB (Red+Green+Blue) = 138+100+205=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A64CD is #759B32. Grayscale: #7A7A7A. Windows color (decimal): -7707443 or 13460618. OLE color: 13460618.

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

Color convert

RGB138100205-
CMYK0.330.5100.20
HSL261.71º51.22%59.8%-
HSV(B)261.71º51.22%80.39%-
XYZ26.0618.9360.04-
YUV123.33174.09138.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=31.15%
G=22.57%
B=46.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381002050.330.5100.20261.7151.2259.8
Hex8A64CD2133014106333c
Octal21214431541630244066374
Binary10001010110010011001101100001110011010100100000110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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