#983394

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

Shades of Vivid Violet #983394

Tints of Vivid Violet #983394

Color information

#983394 (or 0x983394) is unknown color: approx Vivid Violet. HEX triplet: 98, 33 and 94. RGB value is (152,51,148). Sum of RGB (Red+Green+Blue) = 152+51+148=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #983394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983394 is #67CC6B. Grayscale: #5B5B5B. Windows color (decimal): -6802540 or 9712536. OLE color: 9712536.

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

Color convert

RGB15251148-
CMYK00.660.030.40
HSL302.38º49.75%39.8%-
HSV(B)302.38º66.45%59.61%-
XYZ19.4811.1829.15-
YUV92.26159.46170.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 148 (58.20% from 255) = 42.17%
R=43.30%
G=14.53%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525114800.660.030.40302.3849.7539.8
Hex98339404232812e3228
Octal2306322401023504566250
Binary10011000110011100101000100001011101000100101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983394; }

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

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

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

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

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

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

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

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