#983997

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

Shades of Vivid Violet #983997

Tints of Vivid Violet #983997

Color information

#983997 (or 0x983997) is unknown color: approx Vivid Violet. HEX triplet: 98, 39 and 97. RGB value is (152,57,151). Sum of RGB (Red+Green+Blue) = 152+57+151=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #983997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983997 is #67C668. Grayscale: #5F5F5F. Windows color (decimal): -6801001 or 9910680. OLE color: 9910680.

HSL color Cylindrical-coordinate representation of color #983997: hue angle of 300.63º 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 #983997 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15257151-
CMYK00.620.010.40
HSL300.63º45.45%40.98%-
HSV(B)300.63º62.5%59.61%-
XYZ2011.8430.51-
YUV96.12158.97167.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 151 (59.38% from 255) = 41.94%
R=42.22%
G=15.83%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525715100.620.010.40300.6345.4540.98
Hex98399703E12812d2d29
Octal230712270761504555551
Binary100110001110011001011101111101101000100101101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983997; }

 p { color: rgb(152,57,151); }

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

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

 a { background-color: rgb(152,57,151); }

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

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

 span { border-color: rgb(152,57,151); }

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