#824793

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

Shades of Vivid Violet #824793

Tints of Vivid Violet #824793

Color information

#824793 (or 0x824793) is unknown color: approx Vivid Violet. HEX triplet: 82, 47 and 93. RGB value is (130,71,147). Sum of RGB (Red+Green+Blue) = 130+71+147=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #824793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824793 is #7DB86C. Grayscale: #616161. Windows color (decimal): -8239213 or 9652098. OLE color: 9652098.

HSL color Cylindrical-coordinate representation of color #824793: hue angle of 286.58º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824793 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13071147-
CMYK0.120.5200.42
HSL286.58º34.86%42.75%-
HSV(B)286.58º51.7%57.65%-
XYZ16.7311.3628.91-
YUV97.3156.05151.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=37.36%
G=20.40%
B=42.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130711470.120.5200.42286.5834.8642.75
Hex824793C3402A11f232b
Octal20210722314640524374353
Binary1000001010001111001001111001101000101010100011111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824793; }

 p { color: rgb(130,71,147); }

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

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

 a { background-color: rgb(130,71,147); }

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

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

 span { border-color: rgb(130,71,147); }

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