#8163BF

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

Shades of True V #8163BF

Tints of True V #8163BF

Color information

#8163BF (or 0x8163BF) is unknown color: approx True V. HEX triplet: 81, 63 and BF. RGB value is (129,99,191). Sum of RGB (Red+Green+Blue) = 129+99+191=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #8163BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8163BF is #7E9C40. Grayscale: #767676. Windows color (decimal): -8297537 or 12542849. OLE color: 12542849.

HSL color Cylindrical-coordinate representation of color #8163BF: hue angle of 259.57º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8163BF is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12999191-
CMYK0.320.4800.25
HSL259.57º41.82%56.86%-
HSV(B)259.57º48.17%74.9%-
XYZ22.9217.3551.43-
YUV118.46168.94135.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 191 (75% from 255) = 45.58%
R=30.79%
G=23.63%
B=45.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129991910.320.4800.25259.5741.8256.86
Hex8163BF20300191042a39
Octal20114327740600314045271
Binary10000001110001110111111100000110000011001100000100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8163BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8163BF; }

 p { color: rgb(129,99,191); }

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

<style>
 a { background-color: #8163BF; }

 a { background-color: rgb(129,99,191); }

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

<style>
 span { border-color: #8163BF; }

 span { border-color: rgb(129,99,191); }

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