#8A63CB

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

Shades of True V #8A63CB

Tints of True V #8A63CB

Color information

#8A63CB (or 0x8A63CB) is unknown color: approx True V. HEX triplet: 8A, 63 and CB. RGB value is (138,99,203). Sum of RGB (Red+Green+Blue) = 138+99+203=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63CB is #759C34. Grayscale: #7A7A7A. Windows color (decimal): -7707701 or 13329290. OLE color: 13329290.

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

Color convert

RGB13899203-
CMYK0.320.5100.20
HSL262.5º50%59.22%-
HSV(B)262.5º51.23%79.61%-
XYZ25.7218.6458.74-
YUV122.52173.42139.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=31.36%
G=22.5%
B=46.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138992030.320.5100.20262.55059.22
Hex8A63CB2033014106323b
Octal21214331340630244066273
Binary10001010110001111001011100000110011010100100000110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A63CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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