#984091

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

Shades of Vivid Violet #984091

Tints of Vivid Violet #984091

Color information

#984091 (or 0x984091) is unknown color: approx Vivid Violet. HEX triplet: 98, 40 and 91. RGB value is (152,64,145). Sum of RGB (Red+Green+Blue) = 152+64+145=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #984091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984091 is #67BF6E. Grayscale: #636363. Windows color (decimal): -6799215 or 9519256. OLE color: 9519256.

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

Color convert

RGB15264145-
CMYK00.580.050.40
HSL304.77º40.74%42.35%-
HSV(B)304.77º57.89%59.61%-
XYZ19.8912.3928.13-
YUV99.55153.65165.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=42.11%
G=17.73%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526414500.580.050.40304.7740.7442.35
Hex98409103A528131292a
Octal2301002210725504615152
Binary100110001000000100100010111010101101000100110001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984091; }

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

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

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

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

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

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

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

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