#8162BB

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

Shades of True V #8162BB

Tints of True V #8162BB

Color information

#8162BB (or 0x8162BB) is unknown color: approx True V. HEX triplet: 81, 62 and BB. RGB value is (129,98,187). Sum of RGB (Red+Green+Blue) = 129+98+187=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #8162BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8162BB is #7E9D44. Grayscale: #757575. Windows color (decimal): -8297797 or 12280449. OLE color: 12280449.

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

Color convert

RGB12998187-
CMYK0.310.4800.27
HSL260.9º39.56%55.88%-
HSV(B)260.9º47.59%73.33%-
XYZ22.3916.9949.11-
YUV117.42167.27136.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=31.16%
G=23.67%
B=45.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129981870.310.4800.27260.939.5655.88
Hex8162BB1F3001B1052838
Octal20114227337600334055070
Binary1000000111000101011101111111110000011011100000101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8162BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8162BB; }

 p { color: rgb(129,98,187); }

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

<style>
 a { background-color: #8162BB; }

 a { background-color: rgb(129,98,187); }

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

<style>
 span { border-color: #8162BB; }

 span { border-color: rgb(129,98,187); }

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