Html Css Color HEX #824392 Vivid Violet

📋 copy color: '#824392'

red 130 ◦ green 67 ◦ blue 146

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

Shades of Vivid Violet #824392

Tints of Vivid Violet #824392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

 BLUE value IS 146 (57.42% from 255) = 42.57%

R = 37.9%
G = 19.53%
B = 42.57%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#824392 (or 0x824392) is known color: Vivid Violet. HEX triplet: 82, 43 and 92. RGB value is (130,67,146). Sum of RGB (Red+Green+Blue) = 130+67+146=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #824392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824392 is #7DBC6D. Grayscale: #5E5E5E. Windows color (decimal): -8240238 or 9585538. OLE color: 9585538.

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

Color convert

RGB 130 67 146 -
CMYK 0.11 0.54 0 0.43
HSL 287.85º 0.37% 0.42% -
HSV(B) 287.85º 0.54% 0.57% -
XYZ 16.4 10.84 28.42 -
YUV 94.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 130 67 146 0.11 0.54 0 0.43 287.85 0.37 0.42
Hex 82 43 92 B 36 0 2B 120 25 2A
Octal 202 103 222 13 66 0 53 440 45 52
Binary 10000010 1000011 10010010 1011 110110 0 101011 100100000 100101 101010

Color Harmonies of #824392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824392

Black with #824392

Text Example


Text Example

White with #824392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824392; }

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

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

background-color css

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

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

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

border-color css

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

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

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