#83318B

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

Shades of Vivid Violet #83318B

Tints of Vivid Violet #83318B

Color information

#83318B (or 0x83318B) is unknown color: approx Vivid Violet. HEX triplet: 83, 31 and 8B. RGB value is (131,49,139). Sum of RGB (Red+Green+Blue) = 131+49+139=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #83318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83318B is #7CCE74. Grayscale: #535353. Windows color (decimal): -8179317 or 9122179. OLE color: 9122179.

HSL color Cylindrical-coordinate representation of color #83318B: hue angle of 294.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83318B is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13149139-
CMYK0.060.6500.45
HSL294.67º47.87%36.86%-
HSV(B)294.67º64.75%54.51%-
XYZ15.128.8925.34-
YUV83.78159.17161.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=41.07%
G=15.36%
B=43.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131491390.060.6500.45294.6747.8736.86
Hex83318B64102D1273025
Octal2036121361010554476045
Binary100000111100011000101111010000010101101100100111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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