#904998

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

Shades of Vivid Violet #904998

Tints of Vivid Violet #904998

Color information

#904998 (or 0x904998) is unknown color: approx Vivid Violet. HEX triplet: 90, 49 and 98. RGB value is (144,73,152). Sum of RGB (Red+Green+Blue) = 144+73+152=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #904998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904998 is #6FB667. Grayscale: #666666. Windows color (decimal): -7321192 or 9980304. OLE color: 9980304.

HSL color Cylindrical-coordinate representation of color #904998: hue angle of 293.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #904998 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14473152-
CMYK0.050.5200.40
HSL293.92º35.11%44.12%-
HSV(B)293.92º51.97%59.61%-
XYZ19.5512.9631.18-
YUV103.24155.52157.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=39.02%
G=19.78%
B=41.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144731520.050.5200.40293.9235.1144.12
Hex904998534028126232c
Octal2201112305640504464354
Binary100100001001001100110001011101000101000100100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904998; }

 p { color: rgb(144,73,152); }

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

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

 a { background-color: rgb(144,73,152); }

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

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

 span { border-color: rgb(144,73,152); }

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