#90317D

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

Shades of Dark Purple #90317D

Tints of Dark Purple #90317D

Color information

#90317D (or 0x90317D) is unknown color: approx Dark Purple. HEX triplet: 90, 31 and 7D. RGB value is (144,49,125). Sum of RGB (Red+Green+Blue) = 144+49+125=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90317D is #6FCE82. Grayscale: #555555. Windows color (decimal): -7327363 or 8204688. OLE color: 8204688.

HSL color Cylindrical-coordinate representation of color #90317D: hue angle of 312º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90317D is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14449125-
CMYK00.660.130.44
HSL312º49.22%37.84%-
HSV(B)312º65.97%56.47%-
XYZ16.39.6120.4-
YUV86.07149.97169.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=45.28%
G=15.41%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444912500.660.130.4431249.2237.84
Hex90317D042D2C1383126
Octal22061175010215544706146
Binary100100001100011111101010000101101101100100111000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,49,125); }

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

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

 a { background-color: rgb(144,49,125); }

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

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

 span { border-color: rgb(144,49,125); }

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