#90629B

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

Shades of Violet Blue #90629B

Tints of Violet Blue #90629B

Color information

#90629B (or 0x90629B) is unknown color: approx Violet Blue. HEX triplet: 90, 62 and 9B. RGB value is (144,98,155). Sum of RGB (Red+Green+Blue) = 144+98+155=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #90629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90629B is #6F9D64. Grayscale: #767676. Windows color (decimal): -7314789 or 10183312. OLE color: 10183312.

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

Color convert

RGB14498155-
CMYK0.070.3700.39
HSL288.42º22.53%49.61%-
HSV(B)288.42º36.77%60.78%-
XYZ21.7917.0333.15-
YUV118.25148.74146.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=36.27%
G=24.69%
B=39.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144981550.070.3700.39288.4222.5349.61
Hex90629B7250271201732
Octal2201422337450474402762
Binary10010000110001010011011111100101010011110010000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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