#8159CD

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

Shades of True V #8159CD

Tints of True V #8159CD

Color information

#8159CD (or 0x8159CD) is unknown color: approx True V. HEX triplet: 81, 59 and CD. RGB value is (129,89,205). Sum of RGB (Red+Green+Blue) = 129+89+205=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #8159CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8159CD is #7EA632. Grayscale: #717171. Windows color (decimal): -8300083 or 13457793. OLE color: 13457793.

HSL color Cylindrical-coordinate representation of color #8159CD: hue angle of 260.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8159CD is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12989205-
CMYK0.370.5700.20
HSL260.69º53.7%57.65%-
HSV(B)260.69º56.59%80.39%-
XYZ23.6516.2259.64-
YUV114.18179.25138.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=30.50%
G=21.04%
B=48.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129892050.370.5700.20260.6953.757.65
Hex8159CD2539014105363a
Octal20113131545710244056672
Binary10000001101100111001101100101111001010100100000101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8159CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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