#8A63CA

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

Shades of True V #8A63CA

Tints of True V #8A63CA

Color information

#8A63CA (or 0x8A63CA) is unknown color: approx True V. HEX triplet: 8A, 63 and CA. RGB value is (138,99,202). Sum of RGB (Red+Green+Blue) = 138+99+202=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63CA is #759C35. Grayscale: #7A7A7A. Windows color (decimal): -7707702 or 13263754. OLE color: 13263754.

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

Color convert

RGB13899202-
CMYK0.320.5100.21
HSL262.72º49.28%59.02%-
HSV(B)262.72º50.99%79.22%-
XYZ25.618.5958.12-
YUV122.4172.92139.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=31.44%
G=22.55%
B=46.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138992020.320.5100.21262.7249.2859.02
Hex8A63CA2033015107313b
Octal21214331240630254076173
Binary10001010110001111001010100000110011010101100000111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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