#90317B

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

Shades of Dark Purple #90317B

Tints of Dark Purple #90317B

Color information

#90317B (or 0x90317B) is unknown color: approx Dark Purple. HEX triplet: 90, 31 and 7B. RGB value is (144,49,123). Sum of RGB (Red+Green+Blue) = 144+49+123=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #90317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90317B is #6FCE84. Grayscale: #555555. Windows color (decimal): -7327365 or 8073616. OLE color: 8073616.

HSL color Cylindrical-coordinate representation of color #90317B: hue angle of 313.26º 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 #90317B is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14449123-
CMYK00.660.150.44
HSL313.26º49.22%37.84%-
HSV(B)313.26º65.97%56.47%-
XYZ16.189.5619.73-
YUV85.84148.97169.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.57%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=45.57%
G=15.51%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444912300.660.150.44313.2649.2237.84
Hex90317B042F2C1393126
Octal22061173010217544716146
Binary100100001100011111011010000101111101100100111001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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