Html Css Color HEX #824494 Vivid Violet

📋 copy color: '#824494'

red 130 ◦ green 68 ◦ blue 148

#824494
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #824494

Tints of Vivid Violet #824494

RGB

 RED value IS 130 (51.17% from 255) = 37.57%

 GREEN value IS 68 (26.95% from 255) = 19.65%

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 37.57%
G = 19.65%
B = 42.77%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824494 (or 0x824494) is known color: Vivid Violet. HEX triplet: 82, 44 and 94. RGB value is (130,68,148). Sum of RGB (Red+Green+Blue) = 130+68+148=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #824494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824494 is #7DBB6B. Grayscale: #5F5F5F. Windows color (decimal): -8239980 or 9716866. OLE color: 9716866.

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

Color convert

RGB 130 68 148 -
CMYK 0.12 0.54 0 0.42
HSL 286.5º 0.37% 0.42% -
HSV(B) 286.5º 0.54% 0.58% -
XYZ 16.62 11.02 29.27 -
YUV 95.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 130 68 148 0.12 0.54 0 0.42 286.5 0.37 0.42
Hex 82 44 94 C 36 0 2A 11E 25 2A
Octal 202 104 224 14 66 0 52 436 45 52
Binary 10000010 1000100 10010100 1100 110110 0 101010 100011110 100101 101010

Color Harmonies of #824494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824494

Black with #824494

Text Example


Text Example

White with #824494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824494; }

 p { color: rgb(130,68,148); }

 H1.HeaderClassName
 {
   color: #824494;
 }
 .AnyTagClassName
 {
   color: #824494;
 }
</style>

background-color css

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

 a { background-color: rgb(130,68,148); }

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

border-color css

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

 span { border-color: rgb(130,68,148); }

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