#8160BB

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

Shades of True V #8160BB

Tints of True V #8160BB

Color information

#8160BB (or 0x8160BB) is unknown color: approx True V. HEX triplet: 81, 60 and BB. RGB value is (129,96,187). Sum of RGB (Red+Green+Blue) = 129+96+187=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #8160BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8160BB is #7E9F44. Grayscale: #737373. Windows color (decimal): -8298309 or 12279937. OLE color: 12279937.

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

Color convert

RGB12996187-
CMYK0.310.4900.27
HSL261.76º40.09%55.49%-
HSV(B)261.76º48.66%73.33%-
XYZ22.2116.6249.05-
YUV116.24167.93137.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=31.31%
G=23.30%
B=45.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129961870.310.4900.27261.7640.0955.49
Hex8160BB1F3101B1062837
Octal20114027337610334065067
Binary1000000111000001011101111111110001011011100000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8160BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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