#906299

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

Shades of Violet Blue #906299

Tints of Violet Blue #906299

Color information

#906299 (or 0x906299) is unknown color: approx Violet Blue. HEX triplet: 90, 62 and 99. RGB value is (144,98,153). Sum of RGB (Red+Green+Blue) = 144+98+153=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #906299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906299 is #6F9D66. Grayscale: #757575. Windows color (decimal): -7314791 or 10052240. OLE color: 10052240.

HSL color Cylindrical-coordinate representation of color #906299: hue angle of 290.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #906299 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14498153-
CMYK0.060.3600.4
HSL290.18º21.91%49.22%-
HSV(B)290.18º35.95%60%-
XYZ21.6216.9632.27-
YUV118.02147.74146.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=36.46%
G=24.81%
B=38.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal144981530.060.3600.4290.1821.9149.22
Hex9062996240281221631
Octal2201422316440504422661
Binary10010000110001010011001110100100010100010010001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906299; }

 p { color: rgb(144,98,153); }

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

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

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

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

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

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

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