#83189B

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

Shades of Vivid Violet #83189B

Tints of Vivid Violet #83189B

Color information

#83189B (or 0x83189B) is unknown color: approx Vivid Violet. HEX triplet: 83, 18 and 9B. RGB value is (131,24,155). Sum of RGB (Red+Green+Blue) = 131+24+155=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #83189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83189B is #7CE764. Grayscale: #464646. Windows color (decimal): -8185701 or 10164355. OLE color: 10164355.

HSL color Cylindrical-coordinate representation of color #83189B: hue angle of 289.01º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83189B is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13124155-
CMYK0.150.8500.39
HSL289.01º73.18%35.1%-
HSV(B)289.01º84.52%60.78%-
XYZ15.67.8531.7-
YUV70.93175.45170.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.26%
GREEN value IS 24 (9.77% from 255) = 7.74%
BLUE value IS 155 (60.94% from 255) = 50%
R=42.26%
G=7.74%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131241550.150.8500.39289.0173.1835.1
Hex83189BF550271214923
Octal203302331712504744111143
Binary1000001111000100110111111101010101001111001000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,24,155); }

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

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

 a { background-color: rgb(131,24,155); }

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

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

 span { border-color: rgb(131,24,155); }

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