#983491

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

Shades of Vivid Violet #983491

Tints of Vivid Violet #983491

Color information

#983491 (or 0x983491) is unknown color: approx Vivid Violet. HEX triplet: 98, 34 and 91. RGB value is (152,52,145). Sum of RGB (Red+Green+Blue) = 152+52+145=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #983491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983491 is #67CB6E. Grayscale: #5C5C5C. Windows color (decimal): -6802287 or 9516184. OLE color: 9516184.

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

Color convert

RGB15252145-
CMYK00.660.050.40
HSL304.2º49.02%40%-
HSV(B)304.2º65.79%59.61%-
XYZ19.2911.1827.93-
YUV92.5157.63170.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 52 (20.70% from 255) = 14.90%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=43.55%
G=14.90%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525214500.660.050.40304.249.0240
Hex9834910425281303128
Octal2306422101025504606150
Binary100110001101001001000101000010101101000100110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983491; }

 p { color: rgb(152,52,145); }

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

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

 a { background-color: rgb(152,52,145); }

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

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

 span { border-color: rgb(152,52,145); }

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