#832C93

Color #832C93 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #832C93

Tints of Vivid Violet #832C93

Color information

#832C93 (or 0x832C93) is unknown color: approx Vivid Violet. HEX triplet: 83, 2C and 93. RGB value is (131,44,147). Sum of RGB (Red+Green+Blue) = 131+44+147=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #832C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832C93 is #7CD36C. Grayscale: #515151. Windows color (decimal): -8180589 or 9645187. OLE color: 9645187.

HSL color Cylindrical-coordinate representation of color #832C93: hue angle of 290.68º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832C93 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13144147-
CMYK0.110.7000.42
HSL290.68º53.93%37.45%-
HSV(B)290.68º70.07%57.65%-
XYZ15.538.7328.47-
YUV81.76164.82163.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 44 (17.58% from 255) = 13.66%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=40.68%
G=13.66%
B=45.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131441470.110.7000.42290.6853.9337.45
Hex832C93B4602A1233625
Octal20354223131060524436645
Binary1000001110110010010011101110001100101010100100011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,44,147); }

 H1.HeaderClassName
 {
   color: #832C93;
 }
 .AnyTagClassName
 {
   color: #832C93;
 }
</style>
background-color css

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

 a { background-color: rgb(131,44,147); }

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

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

 span { border-color: rgb(131,44,147); }

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