#90708E

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

Shades of Violet Blue #90708E

Tints of Violet Blue #90708E

Color information

#90708E (or 0x90708E) is unknown color: approx Violet Blue. HEX triplet: 90, 70 and 8E. RGB value is (144,112,142). Sum of RGB (Red+Green+Blue) = 144+112+142=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #90708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90708E is #6F8F71. Grayscale: #7C7C7C. Windows color (decimal): -7311218 or 9334928. OLE color: 9334928.

HSL color Cylindrical-coordinate representation of color #90708E: hue angle of 303.75º 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 #90708E is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB144112142-
CMYK00.220.010.44
HSL303.75º12.6%50.2%-
HSV(B)303.75º22.22%56.47%-
XYZ22.1819.4728.18-
YUV124.99137.6141.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=36.18%
G=28.14%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411214200.220.010.44303.7512.650.2
Hex90708E01612C130d32
Octal2201602160261544601562
Binary1001000011100001000111001011011011001001100001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90708E; }

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

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

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

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

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

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

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

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