#983D9B

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

Shades of Vivid Violet #983D9B

Tints of Vivid Violet #983D9B

Color information

#983D9B (or 0x983D9B) is unknown color: approx Vivid Violet. HEX triplet: 98, 3D and 9B. RGB value is (152,61,155). Sum of RGB (Red+Green+Blue) = 152+61+155=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #983D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983D9B is #67C264. Grayscale: #626262. Windows color (decimal): -6799973 or 10173848. OLE color: 10173848.

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

Color convert

RGB15261155-
CMYK0.020.6100.39
HSL298.09º43.52%42.35%-
HSV(B)298.09º60.65%60.78%-
XYZ20.5312.3832.32-
YUV98.92159.65165.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=41.30%
G=16.58%
B=42.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152611550.020.6100.39298.0943.5242.35
Hex983D9B23D02712a2c2a
Octal230752332750474525452
Binary1001100011110110011011101111010100111100101010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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