#90618F

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

Shades of Violet Blue #90618F

Tints of Violet Blue #90618F

Color information

#90618F (or 0x90618F) is unknown color: approx Violet Blue. HEX triplet: 90, 61 and 8F. RGB value is (144,97,143). Sum of RGB (Red+Green+Blue) = 144+97+143=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #90618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90618F is #6F9E70. Grayscale: #747474. Windows color (decimal): -7315057 or 9396624. OLE color: 9396624.

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

Color convert

RGB14497143-
CMYK00.330.010.44
HSL301.28º19.5%47.25%-
HSV(B)301.28º32.64%56.47%-
XYZ20.7316.4628.07-
YUV116.3143.07147.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 143 (56.25% from 255) = 37.24%
R=37.5%
G=25.26%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449714300.330.010.44301.2819.547.25
Hex90618F02112C12d142f
Octal2201412170411544552457
Binary100100001100001100011110100001110110010010110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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