#90619B

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

Shades of Violet Blue #90619B

Tints of Violet Blue #90619B

Color information

#90619B (or 0x90619B) is unknown color: approx Violet Blue. HEX triplet: 90, 61 and 9B. RGB value is (144,97,155). Sum of RGB (Red+Green+Blue) = 144+97+155=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #90619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90619B is #6F9E64. Grayscale: #757575. Windows color (decimal): -7315045 or 10183056. OLE color: 10183056.

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

Color convert

RGB14497155-
CMYK0.070.3700.39
HSL288.62º23.02%49.41%-
HSV(B)288.62º37.42%60.78%-
XYZ21.6916.8533.12-
YUV117.66149.07146.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=36.36%
G=24.49%
B=39.14%

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
Decimal144971550.070.3700.39288.6223.0249.41
Hex90619B7250271211731
Octal2201412337450474412761
Binary10010000110000110011011111100101010011110010000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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