#984093

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

Shades of Vivid Violet #984093

Tints of Vivid Violet #984093

Color information

#984093 (or 0x984093) is unknown color: approx Vivid Violet. HEX triplet: 98, 40 and 93. RGB value is (152,64,147). Sum of RGB (Red+Green+Blue) = 152+64+147=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #984093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984093 is #67BF6C. Grayscale: #636363. Windows color (decimal): -6799213 or 9650328. OLE color: 9650328.

HSL color Cylindrical-coordinate representation of color #984093: hue angle of 303.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984093 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15264147-
CMYK00.580.030.40
HSL303.41º40.74%42.35%-
HSV(B)303.41º57.89%59.61%-
XYZ20.0512.4528.95-
YUV99.77154.65165.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=41.87%
G=17.63%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526414700.580.030.40303.4140.7442.35
Hex98409303A32812f292a
Octal2301002230723504575152
Binary10011000100000010010011011101011101000100101111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984093; }

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

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

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

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

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

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

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

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