#904E98

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

Shades of Violet Blue #904E98

Tints of Violet Blue #904E98

Color information

#904E98 (or 0x904E98) is unknown color: approx Violet Blue. HEX triplet: 90, 4E and 98. RGB value is (144,78,152). Sum of RGB (Red+Green+Blue) = 144+78+152=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #904E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904E98 is #6FB167. Grayscale: #696969. Windows color (decimal): -7319912 or 9981584. OLE color: 9981584.

HSL color Cylindrical-coordinate representation of color #904E98: hue angle of 293.51º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904E98 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14478152-
CMYK0.050.4900.40
HSL293.51º32.17%45.1%-
HSV(B)293.51º48.68%59.61%-
XYZ19.8913.6531.29-
YUV106.17153.87154.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=38.50%
G=20.86%
B=40.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144781520.050.4900.40293.5132.1745.1
Hex904E98531028126202d
Octal2201162305610504464055
Binary100100001001110100110001011100010101000100100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904E98; }

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

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

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

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

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

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

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

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