#983D8A

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

Shades of Vivid Violet #983D8A

Tints of Vivid Violet #983D8A

Color information

#983D8A (or 0x983D8A) is unknown color: approx Vivid Violet. HEX triplet: 98, 3D and 8A. RGB value is (152,61,138). Sum of RGB (Red+Green+Blue) = 152+61+138=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #983D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983D8A is #67C275. Grayscale: #606060. Windows color (decimal): -6799990 or 9059736. OLE color: 9059736.

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

Color convert

RGB15261138-
CMYK00.600.090.40
HSL309.23º42.72%41.76%-
HSV(B)309.23º59.87%59.61%-
XYZ19.2111.8525.32-
YUV96.99151.15167.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=43.30%
G=17.38%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526113800.600.090.40309.2342.7241.76
Hex983D8A03C9281352b2a
Octal2307521207411504655352
Binary100110001111011000101001111001001101000100110101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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