#983B8B

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

Shades of Vivid Violet #983B8B

Tints of Vivid Violet #983B8B

Color information

#983B8B (or 0x983B8B) is unknown color: approx Vivid Violet. HEX triplet: 98, 3B and 8B. RGB value is (152,59,139). Sum of RGB (Red+Green+Blue) = 152+59+139=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #983B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983B8B is #67C474. Grayscale: #5F5F5F. Windows color (decimal): -6800501 or 9124760. OLE color: 9124760.

HSL color Cylindrical-coordinate representation of color #983B8B: hue angle of 308.39º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983B8B is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15259139-
CMYK00.610.090.40
HSL308.39º44.08%41.37%-
HSV(B)308.39º61.18%59.61%-
XYZ19.1711.6725.67-
YUV95.93152.31168-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 59 (23.44% from 255) = 16.86%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=43.43%
G=16.86%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525913900.610.090.40308.3944.0841.37
Hex983B8B03D9281342c29
Octal2307321307511504645451
Binary100110001110111000101101111011001101000100110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983B8B; }

 p { color: rgb(152,59,139); }

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

<style>
 a { background-color: #983B8B; }

 a { background-color: rgb(152,59,139); }

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

<style>
 span { border-color: #983B8B; }

 span { border-color: rgb(152,59,139); }

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