Html Css Color HEX #824284 Vivid Violet

📋 copy color: '#824284'

red 130 ◦ green 66 ◦ blue 132

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

Shades of Vivid Violet #824284

Tints of Vivid Violet #824284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 39.63%
G = 20.12%
B = 40.24%

CMYK

 C value IS 0.02

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#824284 (or 0x824284) is known color: Vivid Violet. HEX triplet: 82, 42 and 84. RGB value is (130,66,132). Sum of RGB (Red+Green+Blue) = 130+66+132=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #824284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824284 is #7DBD7B. Grayscale: #5C5C5C. Windows color (decimal): -8240508 or 8667778. OLE color: 8667778.

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

Color convert

RGB 130 66 132 -
CMYK 0.02 0.5 0 0.48
HSL 298.18º 0.33% 0.39% -
HSV(B) 298.18º 0.5% 0.52% -
XYZ 15.32 10.31 23.01 -
YUV 92.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 130 66 132 0.02 0.5 0 0.48 298.18 0.33 0.39
Hex 82 42 84 2 32 0 30 12A 21 27
Octal 202 102 204 2 62 0 60 452 41 47
Binary 10000010 1000010 10000100 10 110010 0 110000 100101010 100001 100111

Color Harmonies of #824284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824284

Black with #824284

Text Example


Text Example

White with #824284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824284; }

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

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

background-color css

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

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

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

border-color css

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

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

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