Html Css Color HEX #824180 Vivid Violet

📋 copy color: '#824180'

red 130 ◦ green 65 ◦ blue 128

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

Shades of Vivid Violet #824180

Tints of Vivid Violet #824180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

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

R = 40.25%
G = 20.12%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#824180 (or 0x824180) is known color: Vivid Violet. HEX triplet: 82, 41 and 80. RGB value is (130,65,128). Sum of RGB (Red+Green+Blue) = 130+65+128=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #824180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824180 is #7DBE7F. Grayscale: #5B5B5B. Windows color (decimal): -8240768 or 8405378. OLE color: 8405378.

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

Color convert

RGB 130 65 128 -
CMYK 0 0.50 0.02 0.49
HSL 301.85º 0.33% 0.38% -
HSV(B) 301.85º 0.5% 0.51% -
XYZ 14.99 10.08 21.58 -
YUV 91.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 130 65 128 0 0.50 0.02 0.49 301.85 0.33 0.38
Hex 82 41 80 0 32 2 31 12E 21 26
Octal 202 101 200 0 62 2 61 456 41 46
Binary 10000010 1000001 10000000 0 110010 10 110001 100101110 100001 100110

Color Harmonies of #824180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824180

Black with #824180

Text Example


Text Example

White with #824180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824180; }

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

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

background-color css

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

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

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

border-color css

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

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

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