#907090

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

Shades of Violet Blue #907090

Tints of Violet Blue #907090

Color information

#907090 (or 0x907090) is unknown color: approx Violet Blue. HEX triplet: 90, 70 and 90. RGB value is (144,112,144). Sum of RGB (Red+Green+Blue) = 144+112+144=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #907090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907090 is #6F8F6F. Grayscale: #7D7D7D. Windows color (decimal): -7311216 or 9466000. OLE color: 9466000.

HSL color Cylindrical-coordinate representation of color #907090: hue angle of 300º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907090 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB144112144-
CMYK00.2200.44
HSL300º12.6%50.2%-
HSV(B)300º22.22%56.47%-
XYZ22.3319.5328.98-
YUV125.22138.6141.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 144 (56.64% from 255) = 36%
R=36%
G=28%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411214400.2200.4430012.650.2
Hex90709001602C12cd32
Octal2201602200260544541562
Binary1001000011100001001000001011001011001001011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907090; }

 p { color: rgb(144,112,144); }

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

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

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

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

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

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

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