Html Css Color HEX #824994 Vivid Violet

📋 copy color: '#824994'

red 130 ◦ green 73 ◦ blue 148

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

Shades of Vivid Violet #824994

Tints of Vivid Violet #824994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 37.04%
G = 20.8%
B = 42.17%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824994 (or 0x824994) is known color: Vivid Violet. HEX triplet: 82, 49 and 94. RGB value is (130,73,148). Sum of RGB (Red+Green+Blue) = 130+73+148=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #824994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824994 is #7DB66B. Grayscale: #626262. Windows color (decimal): -8238700 or 9718146. OLE color: 9718146.

HSL color Cylindrical-coordinate representation of color #824994: hue angle of 285.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824994 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 73 148 -
CMYK 0.12 0.51 0 0.42
HSL 285.6º 0.34% 0.43% -
HSV(B) 285.6º 0.51% 0.58% -
XYZ 16.93 11.65 29.37 -
YUV 98.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 130 73 148 0.12 0.51 0 0.42 285.6 0.34 0.43
Hex 82 49 94 C 33 0 2A 11E 22 2B
Octal 202 111 224 14 63 0 52 436 42 53
Binary 10000010 1001001 10010100 1100 110011 0 101010 100011110 100010 101011

Color Harmonies of #824994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824994

Black with #824994

Text Example


Text Example

White with #824994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824994; }

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

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

background-color css

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

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

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

border-color css

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

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

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