Html Css Color HEX #832895 Vivid Violet

📋 copy color: '#832895'

red 131 ◦ green 40 ◦ blue 149

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

Shades of Vivid Violet #832895

Tints of Vivid Violet #832895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

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

R = 40.94%
G = 12.5%
B = 46.56%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#832895 (or 0x832895) is known color: Vivid Violet. HEX triplet: 83, 28 and 95. RGB value is (131,40,149). Sum of RGB (Red+Green+Blue) = 131+40+149=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #832895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832895 is #7CD76A. Grayscale: #4F4F4F. Windows color (decimal): -8181611 or 9775235. OLE color: 9775235.

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

Color convert

RGB 131 40 149 -
CMYK 0.12 0.73 0 0.42
HSL 290.09º 0.58% 0.37% -
HSV(B) 290.09º 0.73% 0.58% -
XYZ 15.54 8.51 29.26 -
YUV 79.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 131 40 149 0.12 0.73 0 0.42 290.09 0.58 0.37
Hex 83 28 95 C 49 0 2A 122 3A 25
Octal 203 50 225 14 111 0 52 442 72 45
Binary 10000011 101000 10010101 1100 1001001 0 101010 100100010 111010 100101

Color Harmonies of #832895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832895

Black with #832895

Text Example


Text Example

White with #832895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832895; }

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

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

background-color css

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

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

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

border-color css

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

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

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