#8a64ca

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

Shades of True V #8A64CA

Tints of True V #8A64CA

Color information

#8A64CA (or 0x8A64CA) is unknown color: approx True V. HEX triplet: 8A, 64 and CA. RGB value is (138,100,202). Sum of RGB (Red+Green+Blue) = 138+100+202=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A64CA is #759B35. Grayscale: #7A7A7A. Windows color (decimal): -7707446 or 13264010. OLE color: 13264010.

HSL color Cylindrical-coordinate representation of color #8A64CA: hue angle of 262.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A64CA is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138100202-
CMYK0.320.5000.21
HSL262.35º49.04%59.22%-
HSV(B)262.35º50.5%79.22%-
XYZ25.718.7858.15-
YUV122.99172.59138.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=31.36%
G=22.73%
B=45.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381002020.320.5000.21262.3549.0459.22
Hex8A64CA2032015106313b
Octal21214431240620254066173
Binary10001010110010011001010100000110010010101100000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a64ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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