Html Css Color HEX #824899 Vivid Violet

📋 copy color: '#824899'

red 130 ◦ green 72 ◦ blue 153

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

Shades of Vivid Violet #824899

Tints of Vivid Violet #824899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.28%

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

R = 36.62%
G = 20.28%
B = 43.1%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#824899 (or 0x824899) is known color: Vivid Violet. HEX triplet: 82, 48 and 99. RGB value is (130,72,153). Sum of RGB (Red+Green+Blue) = 130+72+153=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #824899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824899 is #7DB766. Grayscale: #626262. Windows color (decimal): -8238951 or 10045570. OLE color: 10045570.

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

Color convert

RGB 130 72 153 -
CMYK 0.15 0.53 0 0.4
HSL 282.96º 0.36% 0.44% -
HSV(B) 282.96º 0.53% 0.6% -
XYZ 17.27 11.68 31.48 -
YUV 98.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 130 72 153 0.15 0.53 0 0.4 282.96 0.36 0.44
Hex 82 48 99 F 35 0 28 11B 24 2C
Octal 202 110 231 17 65 0 50 433 44 54
Binary 10000010 1001000 10011001 1111 110101 0 101000 100011011 100100 101100

Color Harmonies of #824899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824899

Black with #824899

Text Example


Text Example

White with #824899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824899; }

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

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

background-color css

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

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

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

border-color css

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

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

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