#824592

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

Shades of Vivid Violet #824592

Tints of Vivid Violet #824592

Color information

#824592 (or 0x824592) is unknown color: approx Vivid Violet. HEX triplet: 82, 45 and 92. RGB value is (130,69,146). Sum of RGB (Red+Green+Blue) = 130+69+146=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #824592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824592 is #7DBA6D. Grayscale: #5F5F5F. Windows color (decimal): -8239726 or 9586050. OLE color: 9586050.

HSL color Cylindrical-coordinate representation of color #824592: hue angle of 287.53º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #824592 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13069146-
CMYK0.110.5300.43
HSL287.53º35.81%42.16%-
HSV(B)287.53º52.74%57.25%-
XYZ16.5211.0828.46-
YUV96.02156.21152.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=37.68%
G=20%
B=42.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130691460.110.5300.43287.5335.8142.16
Hex824592B3502B120242a
Octal20210522213650534404452
Binary1000001010001011001001010111101010101011100100000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824592; }

 p { color: rgb(130,69,146); }

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

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

 a { background-color: rgb(130,69,146); }

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

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

 span { border-color: rgb(130,69,146); }

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