#8063CD

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

Shades of True V #8063CD

Tints of True V #8063CD

Color information

#8063CD (or 0x8063CD) is unknown color: approx True V. HEX triplet: 80, 63 and CD. RGB value is (128,99,205). Sum of RGB (Red+Green+Blue) = 128+99+205=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #8063CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063CD is #7F9C32. Grayscale: #777777. Windows color (decimal): -8363059 or 13460352. OLE color: 13460352.

HSL color Cylindrical-coordinate representation of color #8063CD: hue angle of 256.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8063CD is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12899205-
CMYK0.380.5200.20
HSL256.42º51.46%59.61%-
HSV(B)256.42º51.71%80.39%-
XYZ24.3817.9259.93-
YUV119.76176.11133.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=29.63%
G=22.92%
B=47.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128992050.380.5200.20256.4251.4659.61
Hex8063CD2634014100333c
Octal20014331546640244006374
Binary10000000110001111001101100110110100010100100000000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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