Html Css Color HEX #824786 Vivid Violet

📋 copy color: '#824786'

red 130 ◦ green 71 ◦ blue 134

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

Shades of Vivid Violet #824786

Tints of Vivid Violet #824786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 38.81%
G = 21.19%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#824786 (or 0x824786) is known color: Vivid Violet. HEX triplet: 82, 47 and 86. RGB value is (130,71,134). Sum of RGB (Red+Green+Blue) = 130+71+134=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #824786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824786 is #7DB879. Grayscale: #5F5F5F. Windows color (decimal): -8239226 or 8800130. OLE color: 8800130.

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

Color convert

RGB 130 71 134 -
CMYK 0.03 0.47 0 0.47
HSL 296.19º 0.31% 0.4% -
HSV(B) 296.19º 0.47% 0.53% -
XYZ 15.76 10.97 23.84 -
YUV 95.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 130 71 134 0.03 0.47 0 0.47 296.19 0.31 0.4
Hex 82 47 86 3 2F 0 2F 128 1F 28
Octal 202 107 206 3 57 0 57 450 37 50
Binary 10000010 1000111 10000110 11 101111 0 101111 100101000 11111 101000

Color Harmonies of #824786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824786

Black with #824786

Text Example


Text Example

White with #824786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824786; }

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

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

background-color css

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

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

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

border-color css

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

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

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