Html Css Color HEX #824686 Vivid Violet

📋 copy color: '#824686'

red 130 ◦ green 70 ◦ blue 134

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

Shades of Vivid Violet #824686

Tints of Vivid Violet #824686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

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

R = 38.92%
G = 20.96%
B = 40.12%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#824686 (or 0x824686) is known color: Vivid Violet. HEX triplet: 82, 46 and 86. RGB value is (130,70,134). Sum of RGB (Red+Green+Blue) = 130+70+134=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #824686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824686 is #7DB979. Grayscale: #5F5F5F. Windows color (decimal): -8239482 or 8799874. OLE color: 8799874.

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

Color convert

RGB 130 70 134 -
CMYK 0.03 0.48 0 0.47
HSL 296.25º 0.31% 0.4% -
HSV(B) 296.25º 0.48% 0.53% -
XYZ 15.7 10.85 23.82 -
YUV 95.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 130 70 134 0.03 0.48 0 0.47 296.25 0.31 0.4
Hex 82 46 86 3 30 0 2F 128 1F 28
Octal 202 106 206 3 60 0 57 450 37 50
Binary 10000010 1000110 10000110 11 110000 0 101111 100101000 11111 101000

Color Harmonies of #824686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824686

Black with #824686

Text Example


Text Example

White with #824686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824686; }

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

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

background-color css

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

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

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

border-color css

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

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

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