Html Css Color HEX #832A88 Vivid Violet

📋 copy color: '#832A88'

red 131 ◦ green 42 ◦ blue 136

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

Shades of Vivid Violet #832A88

Tints of Vivid Violet #832A88

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

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

R = 42.39%
G = 13.59%
B = 44.01%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#832A88 (or 0x832A88) is known color: Vivid Violet. HEX triplet: 83, 2A and 88. RGB value is (131,42,136). Sum of RGB (Red+Green+Blue) = 131+42+136=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #832A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832A88 is #7CD577. Grayscale: #4F4F4F. Windows color (decimal): -8181112 or 8923779. OLE color: 8923779.

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

Color convert

RGB 131 42 136 -
CMYK 0.04 0.69 0 0.47
HSL 296.81º 0.53% 0.35% -
HSV(B) 296.81º 0.69% 0.53% -
XYZ 14.63 8.26 24.12 -
YUV 79.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 131 42 136 0.04 0.69 0 0.47 296.81 0.53 0.35
Hex 83 2A 88 4 45 0 2F 129 35 23
Octal 203 52 210 4 105 0 57 451 65 43
Binary 10000011 101010 10001000 100 1000101 0 101111 100101001 110101 100011

Color Harmonies of #832A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A88

Black with #832A88

Text Example


Text Example

White with #832A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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