#983F9B

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

Shades of Vivid Violet #983F9B

Tints of Vivid Violet #983F9B

Color information

#983F9B (or 0x983F9B) is unknown color: approx Vivid Violet. HEX triplet: 98, 3F and 9B. RGB value is (152,63,155). Sum of RGB (Red+Green+Blue) = 152+63+155=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #983F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983F9B is #67C064. Grayscale: #636363. Windows color (decimal): -6799461 or 10174360. OLE color: 10174360.

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

Color convert

RGB15263155-
CMYK0.020.5900.39
HSL298.04º42.2%42.75%-
HSV(B)298.04º59.35%60.78%-
XYZ20.6412.632.35-
YUV100.1158.99165.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 63 (25% from 255) = 17.03%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=41.08%
G=17.03%
B=41.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152631550.020.5900.39298.0442.242.75
Hex983F9B23B02712a2a2b
Octal230772332730474525253
Binary1001100011111110011011101110110100111100101010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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