#983F9C

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

Shades of Vivid Violet #983F9C

Tints of Vivid Violet #983F9C

Color information

#983F9C (or 0x983F9C) is unknown color: approx Vivid Violet. HEX triplet: 98, 3F and 9C. RGB value is (152,63,156). Sum of RGB (Red+Green+Blue) = 152+63+156=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #983F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983F9C is #67C063. Grayscale: #636363. Windows color (decimal): -6799460 or 10239896. OLE color: 10239896.

HSL color Cylindrical-coordinate representation of color #983F9C: hue angle of 297.42º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983F9C is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15263156-
CMYK0.030.6000.39
HSL297.42º42.47%42.94%-
HSV(B)297.42º59.62%61.18%-
XYZ20.7312.6332.8-
YUV100.21159.49164.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=40.97%
G=16.98%
B=42.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152631560.030.6000.39297.4242.4742.94
Hex983F9C33C0271292a2b
Octal230772343740474515253
Binary1001100011111110011100111111000100111100101001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,63,156); }

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

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

 a { background-color: rgb(152,63,156); }

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

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

 span { border-color: rgb(152,63,156); }

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