#983C9A

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

Shades of Vivid Violet #983C9A

Tints of Vivid Violet #983C9A

Color information

#983C9A (or 0x983C9A) is unknown color: approx Vivid Violet. HEX triplet: 98, 3C and 9A. RGB value is (152,60,154). Sum of RGB (Red+Green+Blue) = 152+60+154=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #983C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983C9A is #67C365. Grayscale: #616161. Windows color (decimal): -6800230 or 10108056. OLE color: 10108056.

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

Color convert

RGB15260154-
CMYK0.010.6100.40
HSL298.72º43.93%41.96%-
HSV(B)298.72º61.04%60.39%-
XYZ20.412.2431.86-
YUV98.22159.48166.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=41.53%
G=16.39%
B=42.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152601540.010.6100.40298.7243.9341.96
Hex983C9A13D02812b2c2a
Octal230742321750504535452
Binary100110001111001001101011111010101000100101011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,60,154); }

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

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

 a { background-color: rgb(152,60,154); }

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

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

 span { border-color: rgb(152,60,154); }

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