#823491

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

Shades of Vivid Violet #823491

Tints of Vivid Violet #823491

Color information

#823491 (or 0x823491) is unknown color: approx Vivid Violet. HEX triplet: 82, 34 and 91. RGB value is (130,52,145). Sum of RGB (Red+Green+Blue) = 130+52+145=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #823491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823491 is #7DCB6E. Grayscale: #555555. Windows color (decimal): -8244079 or 9516162. OLE color: 9516162.

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

Color convert

RGB13052145-
CMYK0.100.6400.43
HSL290.32º47.21%38.63%-
HSV(B)290.32º64.14%56.86%-
XYZ15.549.2527.75-
YUV85.92161.34159.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=39.76%
G=15.90%
B=44.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130521450.100.6400.43290.3247.2138.63
Hex823491A4002B1222f27
Octal20264221121000534425747
Binary1000001011010010010001101010000000101011100100010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823491; }

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

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

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

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

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

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

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

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