#8158BE

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

Shades of True V #8158BE

Tints of True V #8158BE

Color information

#8158BE (or 0x8158BE) is unknown color: approx True V. HEX triplet: 81, 58 and BE. RGB value is (129,88,190). Sum of RGB (Red+Green+Blue) = 129+88+190=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #8158BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158BE is #7EA741. Grayscale: #6F6F6F. Windows color (decimal): -8300354 or 12474497. OLE color: 12474497.

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

Color convert

RGB12988190-
CMYK0.320.5400.25
HSL264.12º43.97%54.51%-
HSV(B)264.12º53.68%74.51%-
XYZ21.8415.3650.53-
YUV111.89172.08140.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=31.70%
G=21.62%
B=46.68%

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
Decimal129881900.320.5400.25264.1243.9754.51
Hex8158BE20360191082c37
Octal20113027640660314105467
Binary10000001101100010111110100000110110011001100001000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8158BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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