Html Css Color HEX #824282 Vivid Violet

📋 copy color: '#824282'

red 130 ◦ green 66 ◦ blue 130

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

Shades of Vivid Violet #824282

Tints of Vivid Violet #824282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 39.88%
G = 20.25%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#824282 (or 0x824282) is known color: Vivid Violet. HEX triplet: 82, 42 and 82. RGB value is (130,66,130). Sum of RGB (Red+Green+Blue) = 130+66+130=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #824282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824282 is #7DBD7D. Grayscale: #5C5C5C. Windows color (decimal): -8240510 or 8536706. OLE color: 8536706.

HSL color Cylindrical-coordinate representation of color #824282: hue angle of 300º 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 #824282 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 130 -
CMYK 0 0.49 0 0.49
HSL 300º 0.33% 0.38% -
HSV(B) 300º 0.49% 0.51% -
XYZ 15.18 10.25 22.3 -
YUV 92.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 130 66 130 0 0.49 0 0.49 300 0.33 0.38
Hex 82 42 82 0 31 0 31 12C 21 26
Octal 202 102 202 0 61 0 61 454 41 46
Binary 10000010 1000010 10000010 0 110001 0 110001 100101100 100001 100110

Color Harmonies of #824282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824282

Black with #824282

Text Example


Text Example

White with #824282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824282; }

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

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

background-color css

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

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

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

border-color css

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

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

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