#983A95

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

Shades of Vivid Violet #983A95

Tints of Vivid Violet #983A95

Color information

#983A95 (or 0x983A95) is unknown color: approx Vivid Violet. HEX triplet: 98, 3A and 95. RGB value is (152,58,149). Sum of RGB (Red+Green+Blue) = 152+58+149=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #983A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983A95 is #67C56A. Grayscale: #606060. Windows color (decimal): -6800747 or 9779864. OLE color: 9779864.

HSL color Cylindrical-coordinate representation of color #983A95: hue angle of 301.91º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A95 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB15258149-
CMYK00.620.020.40
HSL301.91º44.76%41.18%-
HSV(B)301.91º61.84%59.61%-
XYZ19.8911.8729.68-
YUV96.48157.64167.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=42.34%
G=16.16%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525814900.620.020.40301.9144.7641.18
Hex983A9503E22812e2d29
Octal230722250762504565551
Binary1001100011101010010101011111010101000100101110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,58,149); }

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

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

 a { background-color: rgb(152,58,149); }

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

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

 span { border-color: rgb(152,58,149); }

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