#8159BC

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

Shades of True V #8159BC

Tints of True V #8159BC

Color information

#8159BC (or 0x8159BC) is unknown color: approx True V. HEX triplet: 81, 59 and BC. RGB value is (129,89,188). Sum of RGB (Red+Green+Blue) = 129+89+188=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #8159BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8159BC is #7EA643. Grayscale: #6F6F6F. Windows color (decimal): -8300100 or 12343681. OLE color: 12343681.

HSL color Cylindrical-coordinate representation of color #8159BC: hue angle of 264.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8159BC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12989188-
CMYK0.310.5300.26
HSL264.24º42.49%54.31%-
HSV(B)264.24º52.66%73.73%-
XYZ21.715.4449.41-
YUV112.25170.75139.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=31.77%
G=21.92%
B=46.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129891880.310.5300.26264.2442.4954.31
Hex8159BC1F3501A1082a36
Octal20113127437650324105266
Binary1000000110110011011110011111110101011010100001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8159BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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