#90317F

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

Shades of Dark Purple #90317F

Tints of Dark Purple #90317F

Color information

#90317F (or 0x90317F) is unknown color: approx Dark Purple. HEX triplet: 90, 31 and 7F. RGB value is (144,49,127). Sum of RGB (Red+Green+Blue) = 144+49+127=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90317F is #6FCE80. Grayscale: #565656. Windows color (decimal): -7327361 or 8335760. OLE color: 8335760.

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

Color convert

RGB14449127-
CMYK00.660.120.44
HSL310.74º49.22%37.84%-
HSV(B)310.74º65.97%56.47%-
XYZ16.439.6621.08-
YUV86.3150.97169.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 127 (50% from 255) = 39.69%
R=45%
G=15.31%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444912700.660.120.44310.7449.2237.84
Hex90317F042C2C1373126
Octal22061177010214544676146
Binary100100001100011111111010000101100101100100110111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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