#983397

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

Shades of Vivid Violet #983397

Tints of Vivid Violet #983397

Color information

#983397 (or 0x983397) is unknown color: approx Vivid Violet. HEX triplet: 98, 33 and 97. RGB value is (152,51,151). Sum of RGB (Red+Green+Blue) = 152+51+151=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #983397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983397 is #67CC68. Grayscale: #5C5C5C. Windows color (decimal): -6802537 or 9909144. OLE color: 9909144.

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

Color convert

RGB15251151-
CMYK00.660.010.40
HSL300.59º49.75%39.8%-
HSV(B)300.59º66.45%59.61%-
XYZ19.7211.2830.42-
YUV92.6160.96170.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=42.94%
G=14.41%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525115100.660.010.40300.5949.7539.8
Hex98339704212812d3228
Octal2306322701021504556250
Binary1001100011001110010111010000101101000100101101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983397; }

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

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

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

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

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

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

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

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