#90336E

Color #90336E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #90336E

Tints of Dark Purple #90336E

Color information

#90336E (or 0x90336E) is unknown color: approx Dark Purple. HEX triplet: 90, 33 and 6E. RGB value is (144,51,110). Sum of RGB (Red+Green+Blue) = 144+51+110=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90336E is #6FCC91. Grayscale: #555555. Windows color (decimal): -7326866 or 7222160. OLE color: 7222160.

HSL color Cylindrical-coordinate representation of color #90336E: hue angle of 321.94º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90336E is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14451110-
CMYK00.650.240.44
HSL321.94º47.69%38.24%-
HSV(B)321.94º64.58%56.47%-
XYZ15.59.4215.75-
YUV85.53141.81169.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=47.21%
G=16.72%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445111000.650.240.44321.9447.6938.24
Hex90336E041182C1423026
Octal22063156010130545026046
Binary1001000011001111011100100000111000101100101000010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90336E; }

 p { color: rgb(144,51,110); }

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

<style>
 a { background-color: #90336E; }

 a { background-color: rgb(144,51,110); }

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

<style>
 span { border-color: #90336E; }

 span { border-color: rgb(144,51,110); }

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