Html Css Color HEX #832396 Vivid Violet

📋 copy color: '#832396'

red 131 ◦ green 35 ◦ blue 150

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

Shades of Vivid Violet #832396

Tints of Vivid Violet #832396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 41.46%
G = 11.08%
B = 47.47%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#832396 (or 0x832396) is known color: Vivid Violet. HEX triplet: 83, 23 and 96. RGB value is (131,35,150). Sum of RGB (Red+Green+Blue) = 131+35+150=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #832396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832396 is #7CDC69. Grayscale: #4C4C4C. Windows color (decimal): -8182890 or 9839491. OLE color: 9839491.

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

Color convert

RGB 131 35 150 -
CMYK 0.13 0.77 0 0.41
HSL 290.09º 0.62% 0.36% -
HSV(B) 290.09º 0.77% 0.59% -
XYZ 15.47 8.23 29.63 -
YUV 76.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 131 35 150 0.13 0.77 0 0.41 290.09 0.62 0.36
Hex 83 23 96 D 4D 0 29 122 3E 24
Octal 203 43 226 15 115 0 51 442 76 44
Binary 10000011 100011 10010110 1101 1001101 0 101001 100100010 111110 100100

Color Harmonies of #832396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832396

Black with #832396

Text Example


Text Example

White with #832396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832396; }

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

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

background-color css

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

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

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

border-color css

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

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

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