#8157C8

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

Shades of True V #8157C8

Tints of True V #8157C8

Color information

#8157C8 (or 0x8157C8) is unknown color: approx True V. HEX triplet: 81, 57 and C8. RGB value is (129,87,200). Sum of RGB (Red+Green+Blue) = 129+87+200=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #8157C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157C8 is #7EA837. Grayscale: #707070. Windows color (decimal): -8300600 or 13129601. OLE color: 13129601.

HSL color Cylindrical-coordinate representation of color #8157C8: hue angle of 262.3º degrees, saturation: 0.51, 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 #8157C8 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12987200-
CMYK0.360.5600.22
HSL262.3º50.67%56.27%-
HSV(B)262.3º56.5%78.43%-
XYZ22.8915.6556.46-
YUV112.44177.41139.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 200 (78.52% from 255) = 48.08%
R=31.01%
G=20.91%
B=48.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129872000.360.5600.22262.350.6756.27
Hex8157C824380161063338
Octal20112731044700264066370
Binary10000001101011111001000100100111000010110100000110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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