#90316C

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

Shades of Dark Purple #90316C

Tints of Dark Purple #90316C

Color information

#90316C (or 0x90316C) is unknown color: approx Dark Purple. HEX triplet: 90, 31 and 6C. RGB value is (144,49,108). Sum of RGB (Red+Green+Blue) = 144+49+108=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90316C is #6FCE93. Grayscale: #535353. Windows color (decimal): -7327380 or 7090576. OLE color: 7090576.

HSL color Cylindrical-coordinate representation of color #90316C: hue angle of 322.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 #90316C is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14449108-
CMYK00.660.250.44
HSL322.74º49.22%37.84%-
HSV(B)322.74º65.97%56.47%-
XYZ15.319.2115.16-
YUV84.13141.47170.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.84%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=47.84%
G=16.28%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444910800.660.250.44322.7449.2237.84
Hex90316C042192C1433126
Octal22061154010231545036146
Binary1001000011000111011000100001011001101100101000011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90316C; }

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

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

<style>
 a { background-color: #90316C; }

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

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

<style>
 span { border-color: #90316C; }

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

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