Html Css Color HEX #824999 Vivid Violet

📋 copy color: '#824999'

red 130 ◦ green 73 ◦ blue 153

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

Shades of Vivid Violet #824999

Tints of Vivid Violet #824999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 36.52%
G = 20.51%
B = 42.98%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#824999 (or 0x824999) is known color: Vivid Violet. HEX triplet: 82, 49 and 99. RGB value is (130,73,153). Sum of RGB (Red+Green+Blue) = 130+73+153=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #824999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824999 is #7DB666. Grayscale: #626262. Windows color (decimal): -8238695 or 10045826. OLE color: 10045826.

HSL color Cylindrical-coordinate representation of color #824999: hue angle of 282.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824999 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 73 153 -
CMYK 0.15 0.52 0 0.4
HSL 282.75º 0.35% 0.44% -
HSV(B) 282.75º 0.52% 0.6% -
XYZ 17.34 11.81 31.5 -
YUV 99.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 130 73 153 0.15 0.52 0 0.4 282.75 0.35 0.44
Hex 82 49 99 F 34 0 28 11B 23 2C
Octal 202 111 231 17 64 0 50 433 43 54
Binary 10000010 1001001 10011001 1111 110100 0 101000 100011011 100011 101100

Color Harmonies of #824999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824999

Black with #824999

Text Example


Text Example

White with #824999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824999; }

 p { color: rgb(130,73,153); }

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

background-color css

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

 a { background-color: rgb(130,73,153); }

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

border-color css

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

 span { border-color: rgb(130,73,153); }

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