Html Css Color HEX #824586 Vivid Violet

📋 copy color: '#824586'

red 130 ◦ green 69 ◦ blue 134

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

Shades of Vivid Violet #824586

Tints of Vivid Violet #824586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 39.04%
G = 20.72%
B = 40.24%

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

#824586 (or 0x824586) is known color: Vivid Violet. HEX triplet: 82, 45 and 86. RGB value is (130,69,134). Sum of RGB (Red+Green+Blue) = 130+69+134=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #824586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824586 is #7DBA79. Grayscale: #5E5E5E. Windows color (decimal): -8239738 or 8799618. OLE color: 8799618.

HSL color Cylindrical-coordinate representation of color #824586: hue angle of 296.31º degrees, saturation: 0.32, 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 #824586 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 69 134 -
CMYK 0.03 0.49 0 0.47
HSL 296.31º 0.32% 0.4% -
HSV(B) 296.31º 0.49% 0.53% -
XYZ 15.64 10.72 23.8 -
YUV 94.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 130 69 134 0.03 0.49 0 0.47 296.31 0.32 0.4
Hex 82 45 86 3 31 0 2F 128 20 28
Octal 202 105 206 3 61 0 57 450 40 50
Binary 10000010 1000101 10000110 11 110001 0 101111 100101000 100000 101000

Color Harmonies of #824586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824586

Black with #824586

Text Example


Text Example

White with #824586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824586; }

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

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

background-color css

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

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

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

border-color css

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

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

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