#983499

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

Shades of Vivid Violet #983499

Tints of Vivid Violet #983499

Color information

#983499 (or 0x983499) is unknown color: approx Vivid Violet. HEX triplet: 98, 34 and 99. RGB value is (152,52,153). Sum of RGB (Red+Green+Blue) = 152+52+153=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #983499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983499 is #67CB66. Grayscale: #5D5D5D. Windows color (decimal): -6802279 or 10040472. OLE color: 10040472.

HSL color Cylindrical-coordinate representation of color #983499: hue angle of 299.41º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983499 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15252153-
CMYK0.010.6600.4
HSL299.41º49.27%40.2%-
HSV(B)299.41º66.01%60%-
XYZ19.9311.4331.29-
YUV93.41161.63169.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=42.58%
G=14.57%
B=42.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152521530.010.6600.4299.4149.2740.2
Hex98349914202812b3128
Octal2306423111020504536150
Binary1001100011010010011001110000100101000100101011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983499; }

 p { color: rgb(152,52,153); }

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

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

 a { background-color: rgb(152,52,153); }

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

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

 span { border-color: rgb(152,52,153); }

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