#983C8F

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

Shades of Vivid Violet #983C8F

Tints of Vivid Violet #983C8F

Color information

#983C8F (or 0x983C8F) is unknown color: approx Vivid Violet. HEX triplet: 98, 3C and 8F. RGB value is (152,60,143). Sum of RGB (Red+Green+Blue) = 152+60+143=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #983C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983C8F is #67C370. Grayscale: #606060. Windows color (decimal): -6800241 or 9387160. OLE color: 9387160.

HSL color Cylindrical-coordinate representation of color #983C8F: hue angle of 305.87º degrees, saturation: 0.43, 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 #983C8F is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15260143-
CMYK00.610.060.40
HSL305.87º43.4%41.57%-
HSV(B)305.87º60.53%59.61%-
XYZ19.5211.8927.25-
YUV96.97153.98167.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=42.82%
G=16.90%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526014300.610.060.40305.8743.441.57
Hex983C8F03D6281322b2a
Octal230742170756504625352
Binary10011000111100100011110111101110101000100110010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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