#90639B

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

Shades of Violet Blue #90639B

Tints of Violet Blue #90639B

Color information

#90639B (or 0x90639B) is unknown color: approx Violet Blue. HEX triplet: 90, 63 and 9B. RGB value is (144,99,155). Sum of RGB (Red+Green+Blue) = 144+99+155=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #90639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90639B is #6F9C64. Grayscale: #767676. Windows color (decimal): -7314533 or 10183568. OLE color: 10183568.

HSL color Cylindrical-coordinate representation of color #90639B: hue angle of 288.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90639B is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14499155-
CMYK0.070.3600.39
HSL288.21º22.05%49.8%-
HSV(B)288.21º36.13%60.78%-
XYZ21.8817.2233.18-
YUV118.84148.41145.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=36.18%
G=24.87%
B=38.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144991550.070.3600.39288.2122.0549.8
Hex90639B7240271201632
Octal2201432337440474402662
Binary10010000110001110011011111100100010011110010000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90639B; }

 p { color: rgb(144,99,155); }

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

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

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

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

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

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

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