#8157C0

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

Shades of True V #8157C0

Tints of True V #8157C0

Color information

#8157C0 (or 0x8157C0) is unknown color: approx True V. HEX triplet: 81, 57 and C0. RGB value is (129,87,192). Sum of RGB (Red+Green+Blue) = 129+87+192=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #8157C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157C0 is #7EA83F. Grayscale: #6F6F6F. Windows color (decimal): -8300608 or 12605313. OLE color: 12605313.

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

Color convert

RGB12987192-
CMYK0.330.5500.25
HSL264º45.45%54.71%-
HSV(B)264º54.69%75.29%-
XYZ21.9815.2951.66-
YUV111.53173.41140.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 192 (75.39% from 255) = 47.06%
R=31.62%
G=21.32%
B=47.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129871920.330.5500.2526445.4554.71
Hex8157C021370191082d37
Octal20112730041670314105567
Binary10000001101011111000000100001110111011001100001000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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