#90638F

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

Shades of Violet Blue #90638F

Tints of Violet Blue #90638F

Color information

#90638F (or 0x90638F) is unknown color: approx Violet Blue. HEX triplet: 90, 63 and 8F. RGB value is (144,99,143). Sum of RGB (Red+Green+Blue) = 144+99+143=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90638F is #6F9C70. Grayscale: #757575. Windows color (decimal): -7314545 or 9397136. OLE color: 9397136.

HSL color Cylindrical-coordinate representation of color #90638F: hue angle of 301.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90638F is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14499143-
CMYK00.310.010.44
HSL301.33º18.52%47.65%-
HSV(B)301.33º31.25%56.47%-
XYZ20.9216.8428.13-
YUV117.47142.41146.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=37.31%
G=25.65%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449914300.310.010.44301.3318.5247.65
Hex90638F01F12C12d1330
Octal2201432170371544552360
Binary10010000110001110001111011111110110010010110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90638F; }

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

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

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

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

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

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

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

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