#83388B

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

Shades of Vivid Violet #83388B

Tints of Vivid Violet #83388B

Color information

#83388B (or 0x83388B) is unknown color: approx Vivid Violet. HEX triplet: 83, 38 and 8B. RGB value is (131,56,139). Sum of RGB (Red+Green+Blue) = 131+56+139=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #83388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83388B is #7CC774. Grayscale: #575757. Windows color (decimal): -8177525 or 9123971. OLE color: 9123971.

HSL color Cylindrical-coordinate representation of color #83388B: hue angle of 294.22º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83388B is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13156139-
CMYK0.060.6000.45
HSL294.22º42.56%38.24%-
HSV(B)294.22º59.71%54.51%-
XYZ15.439.5225.45-
YUV87.89156.85158.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=40.18%
G=17.18%
B=42.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131561390.060.6000.45294.2242.5638.24
Hex83388B63C02D1262b26
Octal203702136740554465346
Binary10000011111000100010111101111000101101100100110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83388B; }

 p { color: rgb(131,56,139); }

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

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

 a { background-color: rgb(131,56,139); }

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

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

 span { border-color: rgb(131,56,139); }

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