#90237F

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

Shades of Dark Purple #90237F

Tints of Dark Purple #90237F

Color information

#90237F (or 0x90237F) is unknown color: approx Dark Purple. HEX triplet: 90, 23 and 7F. RGB value is (144,35,127). Sum of RGB (Red+Green+Blue) = 144+35+127=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90237F is #6FDC80. Grayscale: #4D4D4D. Windows color (decimal): -7330945 or 8332176. OLE color: 8332176.

HSL color Cylindrical-coordinate representation of color #90237F: hue angle of 309.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90237F is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14435127-
CMYK00.760.120.44
HSL309.36º60.89%35.1%-
HSV(B)309.36º75.69%56.47%-
XYZ15.938.6620.91-
YUV78.08155.61175.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 35 (14.06% from 255) = 11.44%
BLUE value IS 127 (50% from 255) = 41.50%
R=47.06%
G=11.44%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443512700.760.120.44309.3660.8935.1
Hex90237F04CC2C1353d23
Octal22043177011414544657543
Binary100100001000111111111010011001100101100100110101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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