Html Css Color HEX #832988 Vivid Violet

📋 copy color: '#832988'

red 131 ◦ green 41 ◦ blue 136

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

Shades of Vivid Violet #832988

Tints of Vivid Violet #832988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 42.53%
G = 13.31%
B = 44.16%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#832988 (or 0x832988) is known color: Vivid Violet. HEX triplet: 83, 29 and 88. RGB value is (131,41,136). Sum of RGB (Red+Green+Blue) = 131+41+136=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #832988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832988 is #7CD677. Grayscale: #4E4E4E. Windows color (decimal): -8181368 or 8923523. OLE color: 8923523.

HSL color Cylindrical-coordinate representation of color #832988: hue angle of 296.84º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832988 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 41 136 -
CMYK 0.04 0.70 0 0.47
HSL 296.84º 0.54% 0.35% -
HSV(B) 296.84º 0.7% 0.53% -
XYZ 14.6 8.19 24.1 -
YUV 78.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 131 41 136 0.04 0.70 0 0.47 296.84 0.54 0.35
Hex 83 29 88 4 46 0 2F 129 36 23
Octal 203 51 210 4 106 0 57 451 66 43
Binary 10000011 101001 10001000 100 1000110 0 101111 100101001 110110 100011

Color Harmonies of #832988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832988

Black with #832988

Text Example


Text Example

White with #832988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832988; }

 p { color: rgb(131,41,136); }

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

background-color css

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

 a { background-color: rgb(131,41,136); }

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

border-color css

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

 span { border-color: rgb(131,41,136); }

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