#983096

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

Shades of Vivid Violet #983096

Tints of Vivid Violet #983096

Color information

#983096 (or 0x983096) is unknown color: approx Vivid Violet. HEX triplet: 98, 30 and 96. RGB value is (152,48,150). Sum of RGB (Red+Green+Blue) = 152+48+150=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #983096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983096 is #67CF69. Grayscale: #5A5A5A. Windows color (decimal): -6803306 or 9842840. OLE color: 9842840.

HSL color Cylindrical-coordinate representation of color #983096: hue angle of 301.15º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983096 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15248150-
CMYK00.680.010.40
HSL301.15º52%39.22%-
HSV(B)301.15º68.42%59.61%-
XYZ19.5110.9929.95-
YUV90.72161.46171.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 48 (19.14% from 255) = 13.71%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=43.43%
G=13.71%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524815000.680.010.40301.155239.22
Hex98309604412812d3427
Octal2306022601041504556447
Binary1001100011000010010110010001001101000100101101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983096; }

 p { color: rgb(152,48,150); }

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

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

 a { background-color: rgb(152,48,150); }

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

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

 span { border-color: rgb(152,48,150); }

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