Html Css Color HEX #832896 Vivid Violet

📋 copy color: '#832896'

red 131 ◦ green 40 ◦ blue 150

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

Shades of Vivid Violet #832896

Tints of Vivid Violet #832896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 40.81%
G = 12.46%
B = 46.73%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#832896 (or 0x832896) is known color: Vivid Violet. HEX triplet: 83, 28 and 96. RGB value is (131,40,150). Sum of RGB (Red+Green+Blue) = 131+40+150=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #832896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832896 is #7CD769. Grayscale: #4F4F4F. Windows color (decimal): -8181610 or 9840771. OLE color: 9840771.

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

Color convert

RGB 131 40 150 -
CMYK 0.13 0.73 0 0.41
HSL 289.64º 0.58% 0.37% -
HSV(B) 289.64º 0.73% 0.59% -
XYZ 15.62 8.54 29.68 -
YUV 79.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 131 40 150 0.13 0.73 0 0.41 289.64 0.58 0.37
Hex 83 28 96 D 49 0 29 122 3A 25
Octal 203 50 226 15 111 0 51 442 72 45
Binary 10000011 101000 10010110 1101 1001001 0 101001 100100010 111010 100101

Color Harmonies of #832896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832896

Black with #832896

Text Example


Text Example

White with #832896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832896; }

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

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

background-color css

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

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

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

border-color css

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

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

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