#983193

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

Shades of Vivid Violet #983193

Tints of Vivid Violet #983193

Color information

#983193 (or 0x983193) is unknown color: approx Vivid Violet. HEX triplet: 98, 31 and 93. RGB value is (152,49,147). Sum of RGB (Red+Green+Blue) = 152+49+147=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #983193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983193 is #67CE6C. Grayscale: #5A5A5A. Windows color (decimal): -6803053 or 9646488. OLE color: 9646488.

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

Color convert

RGB15249147-
CMYK00.680.030.40
HSL302.91º51.24%39.41%-
HSV(B)302.91º67.76%59.61%-
XYZ19.3110.9828.7-
YUV90.97159.62171.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 49 (19.53% from 255) = 14.08%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=43.68%
G=14.08%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524914700.680.030.40302.9151.2439.41
Hex98319304432812f3327
Octal2306122301043504576347
Binary10011000110001100100110100010011101000100101111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983193; }

 p { color: rgb(152,49,147); }

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

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

 a { background-color: rgb(152,49,147); }

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

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

 span { border-color: rgb(152,49,147); }

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