Html Css Color HEX #832095 Vivid Violet

📋 copy color: '#832095'

red 131 ◦ green 32 ◦ blue 149

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

Shades of Vivid Violet #832095

Tints of Vivid Violet #832095

RGB

 RED value IS 131 (51.56% from 255) = 41.99%

 GREEN value IS 32 (12.89% from 255) = 10.26%

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 41.99%
G = 10.26%
B = 47.76%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#832095 (or 0x832095) is known color: Vivid Violet. HEX triplet: 83, 20 and 95. RGB value is (131,32,149). Sum of RGB (Red+Green+Blue) = 131+32+149=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #832095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832095 is #7CDF6A. Grayscale: #4A4A4A. Windows color (decimal): -8183659 or 9773187. OLE color: 9773187.

HSL color Cylindrical-coordinate representation of color #832095: hue angle of 290.77º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #832095 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 32 149 -
CMYK 0.12 0.79 0 0.42
HSL 290.77º 0.65% 0.35% -
HSV(B) 290.77º 0.79% 0.58% -
XYZ 15.3 8.03 29.18 -
YUV 74.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 131 32 149 0.12 0.79 0 0.42 290.77 0.65 0.35
Hex 83 20 95 C 4F 0 2A 123 41 23
Octal 203 40 225 14 117 0 52 443 101 43
Binary 10000011 100000 10010101 1100 1001111 0 101010 100100011 1000001 100011

Color Harmonies of #832095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832095

Black with #832095

Text Example


Text Example

White with #832095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832095; }

 p { color: rgb(131,32,149); }

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

background-color css

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

 a { background-color: rgb(131,32,149); }

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

border-color css

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

 span { border-color: rgb(131,32,149); }

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