#983FA1

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

Shades of Vivid Violet #983FA1

Tints of Vivid Violet #983FA1

Color information

#983FA1 (or 0x983FA1) is unknown color: approx Vivid Violet. HEX triplet: 98, 3F and A1. RGB value is (152,63,161). Sum of RGB (Red+Green+Blue) = 152+63+161=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 161 - color contains mainly: blue. Hex color #983FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983FA1 is #67C05E. Grayscale: #646464. Windows color (decimal): -6799455 or 10567576. OLE color: 10567576.

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

Color convert

RGB15263161-
CMYK0.060.6100.37
HSL294.49º43.75%43.92%-
HSV(B)294.49º60.87%63.14%-
XYZ21.1612.835.07-
YUV100.78161.99164.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 161 (63.28% from 255) = 42.82%
R=40.43%
G=16.76%
B=42.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152631610.060.6100.37294.4943.7543.92
Hex983FA163D0251262c2c
Octal230772416750454465454
Binary10011000111111101000011101111010100101100100110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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