Html Css Color HEX #832295 Vivid Violet

📋 copy color: '#832295'

red 131 ◦ green 34 ◦ blue 149

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

Shades of Vivid Violet #832295

Tints of Vivid Violet #832295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

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

R = 41.72%
G = 10.83%
B = 47.45%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#832295 (or 0x832295) is known color: Vivid Violet. HEX triplet: 83, 22 and 95. RGB value is (131,34,149). Sum of RGB (Red+Green+Blue) = 131+34+149=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #832295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832295 is #7CDD6A. Grayscale: #4B4B4B. Windows color (decimal): -8183147 or 9773699. OLE color: 9773699.

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

Color convert

RGB 131 34 149 -
CMYK 0.12 0.77 0 0.42
HSL 290.61º 0.63% 0.36% -
HSV(B) 290.61º 0.77% 0.58% -
XYZ 15.36 8.14 29.2 -
YUV 76.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 131 34 149 0.12 0.77 0 0.42 290.61 0.63 0.36
Hex 83 22 95 C 4D 0 2A 123 3F 24
Octal 203 42 225 14 115 0 52 443 77 44
Binary 10000011 100010 10010101 1100 1001101 0 101010 100100011 111111 100100

Color Harmonies of #832295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832295

Black with #832295

Text Example


Text Example

White with #832295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832295; }

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

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

background-color css

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

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

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

border-color css

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

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

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