#8063C1

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

Shades of True V #8063C1

Tints of True V #8063C1

Color information

#8063C1 (or 0x8063C1) is unknown color: approx True V. HEX triplet: 80, 63 and C1. RGB value is (128,99,193). Sum of RGB (Red+Green+Blue) = 128+99+193=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #8063C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063C1 is #7F9C3E. Grayscale: #767676. Windows color (decimal): -8363071 or 12673920. OLE color: 12673920.

HSL color Cylindrical-coordinate representation of color #8063C1: hue angle of 258.51º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8063C1 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12899193-
CMYK0.340.4900.24
HSL258.51º43.12%57.25%-
HSV(B)258.51º48.7%75.69%-
XYZ22.9917.3652.59-
YUV118.39170.11134.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 193 (75.78% from 255) = 45.95%
R=30.48%
G=23.57%
B=45.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128991930.340.4900.24258.5143.1257.25
Hex8063C122310181032b39
Octal20014330142610304035371
Binary10000000110001111000001100010110001011000100000011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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