#823091

Color #823091 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #823091

Tints of Vivid Violet #823091

Color information

#823091 (or 0x823091) is unknown color: approx Vivid Violet. HEX triplet: 82, 30 and 91. RGB value is (130,48,145). Sum of RGB (Red+Green+Blue) = 130+48+145=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #823091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823091 is #7DCF6E. Grayscale: #535353. Windows color (decimal): -8245103 or 9515138. OLE color: 9515138.

HSL color Cylindrical-coordinate representation of color #823091: hue angle of 290.72º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823091 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13048145-
CMYK0.100.6700.43
HSL290.72º50.26%37.84%-
HSV(B)290.72º66.9%56.86%-
XYZ15.378.927.7-
YUV83.58162.67161.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=40.25%
G=14.86%
B=44.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130481450.100.6700.43290.7250.2637.84
Hex823091A4302B1233226
Octal20260221121030534436246
Binary1000001011000010010001101010000110101011100100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823091; }

 p { color: rgb(130,48,145); }

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

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

 a { background-color: rgb(130,48,145); }

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

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

 span { border-color: rgb(130,48,145); }

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