#8159C1

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

Shades of True V #8159C1

Tints of True V #8159C1

Color information

#8159C1 (or 0x8159C1) is unknown color: approx True V. HEX triplet: 81, 59 and C1. RGB value is (129,89,193). Sum of RGB (Red+Green+Blue) = 129+89+193=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #8159C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8159C1 is #7EA63E. Grayscale: #707070. Windows color (decimal): -8300095 or 12671361. OLE color: 12671361.

HSL color Cylindrical-coordinate representation of color #8159C1: hue angle of 263.08º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8159C1 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12989193-
CMYK0.330.5400.24
HSL263.08º45.61%55.29%-
HSV(B)263.08º53.89%75.69%-
XYZ22.2515.6652.3-
YUV112.82173.25139.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=31.39%
G=21.65%
B=46.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129891930.330.5400.24263.0845.6155.29
Hex8159C121360181072e37
Octal20113130141660304075667
Binary10000001101100111000001100001110110011000100000111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8159C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8159C1; }

 p { color: rgb(129,89,193); }

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

<style>
 a { background-color: #8159C1; }

 a { background-color: rgb(129,89,193); }

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

<style>
 span { border-color: #8159C1; }

 span { border-color: rgb(129,89,193); }

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