Html Css Color HEX #824192 Vivid Violet

📋 copy color: '#824192'

red 130 ◦ green 65 ◦ blue 146

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

Shades of Vivid Violet #824192

Tints of Vivid Violet #824192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 38.12%
G = 19.06%
B = 42.82%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#824192 (or 0x824192) is known color: Vivid Violet. HEX triplet: 82, 41 and 92. RGB value is (130,65,146). Sum of RGB (Red+Green+Blue) = 130+65+146=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #824192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824192 is #7DBE6D. Grayscale: #5D5D5D. Windows color (decimal): -8240750 or 9585026. OLE color: 9585026.

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

Color convert

RGB 130 65 146 -
CMYK 0.11 0.55 0 0.43
HSL 288.15º 0.38% 0.41% -
HSV(B) 288.15º 0.55% 0.57% -
XYZ 16.28 10.6 28.38 -
YUV 93.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 130 65 146 0.11 0.55 0 0.43 288.15 0.38 0.41
Hex 82 41 92 B 37 0 2B 120 26 29
Octal 202 101 222 13 67 0 53 440 46 51
Binary 10000010 1000001 10010010 1011 110111 0 101011 100100000 100110 101001

Color Harmonies of #824192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824192

Black with #824192

Text Example


Text Example

White with #824192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824192; }

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

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

background-color css

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

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

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

border-color css

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

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

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