#984095

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

Shades of Vivid Violet #984095

Tints of Vivid Violet #984095

Color information

#984095 (or 0x984095) is unknown color: approx Vivid Violet. HEX triplet: 98, 40 and 95. RGB value is (152,64,149). Sum of RGB (Red+Green+Blue) = 152+64+149=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #984095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984095 is #67BF6A. Grayscale: #636363. Windows color (decimal): -6799211 or 9781400. OLE color: 9781400.

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

Color convert

RGB15264149-
CMYK00.580.020.40
HSL302.05º40.74%42.35%-
HSV(B)302.05º57.89%59.61%-
XYZ20.2112.5129.78-
YUV100155.65165.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=41.64%
G=17.53%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526414900.580.020.40302.0540.7442.35
Hex98409503A22812e292a
Octal2301002250722504565152
Binary10011000100000010010101011101010101000100101110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984095; }

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

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

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

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

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

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

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

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