#8463cb

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

Shades of True V #8463CB

Tints of True V #8463CB

Color information

#8463CB (or 0x8463CB) is unknown color: approx True V. HEX triplet: 84, 63 and CB. RGB value is (132,99,203). Sum of RGB (Red+Green+Blue) = 132+99+203=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #8463CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463CB is #7B9C34. Grayscale: #787878. Windows color (decimal): -8100917 or 13329284. OLE color: 13329284.

HSL color Cylindrical-coordinate representation of color #8463CB: hue angle of 259.04º 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 #8463CB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13299203-
CMYK0.350.5100.20
HSL259.04º50%59.22%-
HSV(B)259.04º51.23%79.61%-
XYZ24.7618.1458.7-
YUV120.72174.43136.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=30.41%
G=22.81%
B=46.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132992030.350.5100.20259.045059.22
Hex8463CB2333014103323b
Octal20414331343630244036273
Binary10000100110001111001011100011110011010100100000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8463cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8463cb; }

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

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

<style>
 a { background-color: #8463cb; }

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

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

<style>
 span { border-color: #8463cb; }

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

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