Html Css Color HEX #824484 Vivid Violet

📋 copy color: '#824484'

red 130 ◦ green 68 ◦ blue 132

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

Shades of Vivid Violet #824484

Tints of Vivid Violet #824484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 39.39%
G = 20.61%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#824484 (or 0x824484) is known color: Vivid Violet. HEX triplet: 82, 44 and 84. RGB value is (130,68,132). Sum of RGB (Red+Green+Blue) = 130+68+132=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #824484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824484 is #7DBB7B. Grayscale: #5D5D5D. Windows color (decimal): -8239996 or 8668290. OLE color: 8668290.

HSL color Cylindrical-coordinate representation of color #824484: hue angle of 298.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824484 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 68 132 -
CMYK 0.02 0.48 0 0.48
HSL 298.13º 0.32% 0.39% -
HSV(B) 298.13º 0.48% 0.52% -
XYZ 15.44 10.55 23.05 -
YUV 93.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 130 68 132 0.02 0.48 0 0.48 298.13 0.32 0.39
Hex 82 44 84 2 30 0 30 12A 20 27
Octal 202 104 204 2 60 0 60 452 40 47
Binary 10000010 1000100 10000100 10 110000 0 110000 100101010 100000 100111

Color Harmonies of #824484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824484

Black with #824484

Text Example


Text Example

White with #824484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824484; }

 p { color: rgb(130,68,132); }

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

background-color css

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

 a { background-color: rgb(130,68,132); }

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

border-color css

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

 span { border-color: rgb(130,68,132); }

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