#8159CA

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

Shades of True V #8159CA

Tints of True V #8159CA

Color information

#8159CA (or 0x8159CA) is unknown color: approx True V. HEX triplet: 81, 59 and CA. RGB value is (129,89,202). Sum of RGB (Red+Green+Blue) = 129+89+202=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #8159CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8159CA is #7EA635. Grayscale: #717171. Windows color (decimal): -8300086 or 13261185. OLE color: 13261185.

HSL color Cylindrical-coordinate representation of color #8159CA: hue angle of 261.24º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8159CA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12989202-
CMYK0.360.5600.21
HSL261.24º51.6%57.06%-
HSV(B)261.24º55.94%79.22%-
XYZ23.2916.0857.75-
YUV113.84177.75138.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=30.71%
G=21.19%
B=48.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129892020.360.5600.21261.2451.657.06
Hex8159CA24380151053439
Octal20113131244700254056471
Binary10000001101100111001010100100111000010101100000101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8159CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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