Html Css Color HEX #824990 Vivid Violet

📋 copy color: '#824990'

red 130 ◦ green 73 ◦ blue 144

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

Shades of Vivid Violet #824990

Tints of Vivid Violet #824990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 37.46%
G = 21.04%
B = 41.5%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#824990 (or 0x824990) is known color: Vivid Violet. HEX triplet: 82, 49 and 90. RGB value is (130,73,144). Sum of RGB (Red+Green+Blue) = 130+73+144=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #824990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824990 is #7DB66F. Grayscale: #616161. Windows color (decimal): -8238704 or 9456002. OLE color: 9456002.

HSL color Cylindrical-coordinate representation of color #824990: hue angle of 288.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824990 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 73 144 -
CMYK 0.10 0.49 0 0.44
HSL 288.17º 0.33% 0.43% -
HSV(B) 288.17º 0.49% 0.56% -
XYZ 16.62 11.52 27.73 -
YUV 98.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 130 73 144 0.10 0.49 0 0.44 288.17 0.33 0.43
Hex 82 49 90 A 31 0 2C 120 21 2B
Octal 202 111 220 12 61 0 54 440 41 53
Binary 10000010 1001001 10010000 1010 110001 0 101100 100100000 100001 101011

Color Harmonies of #824990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824990

Black with #824990

Text Example


Text Example

White with #824990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824990; }

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

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

background-color css

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

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

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

border-color css

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

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

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