#8160BE

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

Shades of True V #8160BE

Tints of True V #8160BE

Color information

#8160BE (or 0x8160BE) is unknown color: approx True V. HEX triplet: 81, 60 and BE. RGB value is (129,96,190). Sum of RGB (Red+Green+Blue) = 129+96+190=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #8160BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8160BE is #7E9F41. Grayscale: #747474. Windows color (decimal): -8298306 or 12476545. OLE color: 12476545.

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

Color convert

RGB12996190-
CMYK0.320.4900.25
HSL261.06º41.96%56.08%-
HSV(B)261.06º49.47%74.51%-
XYZ22.5316.7550.76-
YUV116.58169.43136.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.08%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=31.08%
G=23.13%
B=45.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129961900.320.4900.25261.0641.9656.08
Hex8160BE20310191052a38
Octal20114027640610314055270
Binary10000001110000010111110100000110001011001100000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8160BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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