#90336D

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

Shades of Dark Purple #90336D

Tints of Dark Purple #90336D

Color information

#90336D (or 0x90336D) is unknown color: approx Dark Purple. HEX triplet: 90, 33 and 6D. RGB value is (144,51,109). Sum of RGB (Red+Green+Blue) = 144+51+109=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90336D is #6FCC92. Grayscale: #555555. Windows color (decimal): -7326867 or 7156624. OLE color: 7156624.

HSL color Cylindrical-coordinate representation of color #90336D: hue angle of 322.58º 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 #90336D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14451109-
CMYK00.650.240.44
HSL322.58º47.69%38.24%-
HSV(B)322.58º64.58%56.47%-
XYZ15.459.415.47-
YUV85.42141.31169.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=47.37%
G=16.78%
B=35.86%

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
Decimal1445110900.650.240.44322.5847.6938.24
Hex90336D041182C1433026
Octal22063155010130545036046
Binary1001000011001111011010100000111000101100101000011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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