#8157C6

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

Shades of True V #8157C6

Tints of True V #8157C6

Color information

#8157C6 (or 0x8157C6) is unknown color: approx True V. HEX triplet: 81, 57 and C6. RGB value is (129,87,198). Sum of RGB (Red+Green+Blue) = 129+87+198=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #8157C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157C6 is #7EA839. Grayscale: #6F6F6F. Windows color (decimal): -8300602 or 12998529. OLE color: 12998529.

HSL color Cylindrical-coordinate representation of color #8157C6: hue angle of 262.7º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8157C6 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12987198-
CMYK0.350.5600.22
HSL262.7º49.33%55.88%-
HSV(B)262.7º56.06%77.65%-
XYZ22.6515.5655.24-
YUV112.21176.41139.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 87 (34.38% from 255) = 21.01%
BLUE value IS 198 (77.73% from 255) = 47.83%
R=31.16%
G=21.01%
B=47.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129871980.350.5600.22262.749.3355.88
Hex8157C623380161073138
Octal20112730643700264076170
Binary10000001101011111000110100011111000010110100000111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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