#8157BE

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

Shades of True V #8157BE

Tints of True V #8157BE

Color information

#8157BE (or 0x8157BE) is unknown color: approx True V. HEX triplet: 81, 57 and BE. RGB value is (129,87,190). Sum of RGB (Red+Green+Blue) = 129+87+190=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #8157BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157BE is #7EA841. Grayscale: #6E6E6E. Windows color (decimal): -8300610 or 12474241. OLE color: 12474241.

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

Color convert

RGB12987190-
CMYK0.320.5400.25
HSL264.47º44.21%54.31%-
HSV(B)264.47º54.21%74.51%-
XYZ21.7615.250.5-
YUV111.3172.41140.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 87 (34.38% from 255) = 21.43%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=31.77%
G=21.43%
B=46.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129871900.320.5400.25264.4744.2154.31
Hex8157BE20360191082c36
Octal20112727640660314105466
Binary10000001101011110111110100000110110011001100001000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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