Html Css Color HEX #823086 Vivid Violet

📋 copy color: '#823086'

red 130 ◦ green 48 ◦ blue 134

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

Shades of Vivid Violet #823086

Tints of Vivid Violet #823086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

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

R = 41.67%
G = 15.38%
B = 42.95%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#823086 (or 0x823086) is known color: Vivid Violet. HEX triplet: 82, 30 and 86. RGB value is (130,48,134). Sum of RGB (Red+Green+Blue) = 130+48+134=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #823086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823086 is #7DCF79. Grayscale: #525252. Windows color (decimal): -8245114 or 8794242. OLE color: 8794242.

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

Color convert

RGB 130 48 134 -
CMYK 0.03 0.64 0 0.47
HSL 297.21º 0.47% 0.36% -
HSV(B) 297.21º 0.64% 0.53% -
XYZ 14.57 8.58 23.44 -
YUV 82.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 130 48 134 0.03 0.64 0 0.47 297.21 0.47 0.36
Hex 82 30 86 3 40 0 2F 129 2F 24
Octal 202 60 206 3 100 0 57 451 57 44
Binary 10000010 110000 10000110 11 1000000 0 101111 100101001 101111 100100

Color Harmonies of #823086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823086

Black with #823086

Text Example


Text Example

White with #823086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823086; }

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

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

background-color css

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

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

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

border-color css

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

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

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