#8063BA

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

Shades of True V #8063BA

Tints of True V #8063BA

Color information

#8063BA (or 0x8063BA) is unknown color: approx True V. HEX triplet: 80, 63 and BA. RGB value is (128,99,186). Sum of RGB (Red+Green+Blue) = 128+99+186=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #8063BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063BA is #7F9C45. Grayscale: #757575. Windows color (decimal): -8363078 or 12215168. OLE color: 12215168.

HSL color Cylindrical-coordinate representation of color #8063BA: hue angle of 260º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8063BA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12899186-
CMYK0.310.4700.27
HSL260º38.67%55.88%-
HSV(B)260º46.77%72.94%-
XYZ22.2317.0648.58-
YUV117.59166.61135.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=30.99%
G=23.97%
B=45.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128991860.310.4700.2726038.6755.88
Hex8063BA1F2F01B1042738
Octal20014327237570334044770
Binary1000000011000111011101011111101111011011100000100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8063BA; }

 p { color: rgb(128,99,186); }

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

<style>
 a { background-color: #8063BA; }

 a { background-color: rgb(128,99,186); }

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

<style>
 span { border-color: #8063BA; }

 span { border-color: rgb(128,99,186); }

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