Html Css Color HEX #824486 Vivid Violet

📋 copy color: '#824486'

red 130 ◦ green 68 ◦ blue 134

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

Shades of Vivid Violet #824486

Tints of Vivid Violet #824486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.48%

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 39.16%
G = 20.48%
B = 40.36%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#824486 (or 0x824486) is known color: Vivid Violet. HEX triplet: 82, 44 and 86. RGB value is (130,68,134). Sum of RGB (Red+Green+Blue) = 130+68+134=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #824486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824486 is #7DBB79. Grayscale: #5D5D5D. Windows color (decimal): -8239994 or 8799362. OLE color: 8799362.

HSL color Cylindrical-coordinate representation of color #824486: hue angle of 296.36º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824486 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 68 134 -
CMYK 0.03 0.49 0 0.47
HSL 296.36º 0.33% 0.4% -
HSV(B) 296.36º 0.49% 0.53% -
XYZ 15.58 10.6 23.78 -
YUV 94.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 130 68 134 0.03 0.49 0 0.47 296.36 0.33 0.4
Hex 82 44 86 3 31 0 2F 128 21 28
Octal 202 104 206 3 61 0 57 450 41 50
Binary 10000010 1000100 10000110 11 110001 0 101111 100101000 100001 101000

Color Harmonies of #824486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824486

Black with #824486

Text Example


Text Example

White with #824486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824486; }

 p { color: rgb(130,68,134); }

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

background-color css

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

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

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

border-color css

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

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

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