Html Css Color HEX #824280 Vivid Violet

📋 copy color: '#824280'

red 130 ◦ green 66 ◦ blue 128

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

Shades of Vivid Violet #824280

Tints of Vivid Violet #824280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 40.12%
G = 20.37%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#824280 (or 0x824280) is known color: Vivid Violet. HEX triplet: 82, 42 and 80. RGB value is (130,66,128). Sum of RGB (Red+Green+Blue) = 130+66+128=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #824280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824280 is #7DBD7F. Grayscale: #5C5C5C. Windows color (decimal): -8240512 or 8405634. OLE color: 8405634.

HSL color Cylindrical-coordinate representation of color #824280: hue angle of 301.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824280 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 128 -
CMYK 0 0.49 0.02 0.49
HSL 301.88º 0.33% 0.38% -
HSV(B) 301.88º 0.49% 0.51% -
XYZ 15.05 10.2 21.6 -
YUV 92.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 130 66 128 0 0.49 0.02 0.49 301.88 0.33 0.38
Hex 82 42 80 0 31 2 31 12E 21 26
Octal 202 102 200 0 61 2 61 456 41 46
Binary 10000010 1000010 10000000 0 110001 10 110001 100101110 100001 100110

Color Harmonies of #824280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824280

Black with #824280

Text Example


Text Example

White with #824280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824280; }

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

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

background-color css

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

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

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

border-color css

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

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

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