#904F9D

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

Shades of Violet Blue #904F9D

Tints of Violet Blue #904F9D

Color information

#904F9D (or 0x904F9D) is unknown color: approx Violet Blue. HEX triplet: 90, 4F and 9D. RGB value is (144,79,157). Sum of RGB (Red+Green+Blue) = 144+79+157=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #904F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904F9D is #6FB062. Grayscale: #6B6B6B. Windows color (decimal): -7319651 or 10309520. OLE color: 10309520.

HSL color Cylindrical-coordinate representation of color #904F9D: hue angle of 290º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #904F9D is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14479157-
CMYK0.080.5000.38
HSL290º33.05%46.27%-
HSV(B)290º49.68%61.57%-
XYZ20.3813.9633.52-
YUV107.33156.03154.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 79 (31.25% from 255) = 20.79%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=37.89%
G=20.79%
B=41.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144791570.080.5000.3829033.0546.27
Hex904F9D832026122212e
Octal22011723510620464424156
Binary1001000010011111001110110001100100100110100100010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,79,157); }

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

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

 a { background-color: rgb(144,79,157); }

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

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

 span { border-color: rgb(144,79,157); }

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