Html Css Color HEX #832595 Vivid Violet

📋 copy color: '#832595'

red 131 ◦ green 37 ◦ blue 149

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

Shades of Vivid Violet #832595

Tints of Vivid Violet #832595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

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

R = 41.32%
G = 11.67%
B = 47%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#832595 (or 0x832595) is known color: Vivid Violet. HEX triplet: 83, 25 and 95. RGB value is (131,37,149). Sum of RGB (Red+Green+Blue) = 131+37+149=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #832595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832595 is #7CDA6A. Grayscale: #4D4D4D. Windows color (decimal): -8182379 or 9774467. OLE color: 9774467.

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

Color convert

RGB 131 37 149 -
CMYK 0.12 0.75 0 0.42
HSL 290.36º 0.6% 0.36% -
HSV(B) 290.36º 0.75% 0.58% -
XYZ 15.45 8.32 29.23 -
YUV 77.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 131 37 149 0.12 0.75 0 0.42 290.36 0.6 0.36
Hex 83 25 95 C 4B 0 2A 122 3C 24
Octal 203 45 225 14 113 0 52 442 74 44
Binary 10000011 100101 10010101 1100 1001011 0 101010 100100010 111100 100100

Color Harmonies of #832595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832595

Black with #832595

Text Example


Text Example

White with #832595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832595; }

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

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

background-color css

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

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

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

border-color css

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

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

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