Html Css Color HEX #824082 Vivid Violet

📋 copy color: '#824082'

red 130 ◦ green 64 ◦ blue 130

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

Shades of Vivid Violet #824082

Tints of Vivid Violet #824082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 40.12%
G = 19.75%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#824082 (or 0x824082) is known color: Vivid Violet. HEX triplet: 82, 40 and 82. RGB value is (130,64,130). Sum of RGB (Red+Green+Blue) = 130+64+130=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #824082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824082 is #7DBF7D. Grayscale: #5B5B5B. Windows color (decimal): -8241022 or 8536194. OLE color: 8536194.

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

Color convert

RGB 130 64 130 -
CMYK 0 0.51 0 0.49
HSL 300º 0.34% 0.38% -
HSV(B) 300º 0.51% 0.51% -
XYZ 15.07 10.02 22.26 -
YUV 91.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 130 64 130 0 0.51 0 0.49 300 0.34 0.38
Hex 82 40 82 0 33 0 31 12C 22 26
Octal 202 100 202 0 63 0 61 454 42 46
Binary 10000010 1000000 10000010 0 110011 0 110001 100101100 100010 100110

Color Harmonies of #824082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824082

Black with #824082

Text Example


Text Example

White with #824082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824082; }

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

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

background-color css

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

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

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

border-color css

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

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

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