#90238D

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

Shades of Dark Purple #90238D

Tints of Dark Purple #90238D

Color information

#90238D (or 0x90238D) is unknown color: approx Dark Purple. HEX triplet: 90, 23 and 8D. RGB value is (144,35,141). Sum of RGB (Red+Green+Blue) = 144+35+141=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90238D is #6FDC72. Grayscale: #4F4F4F. Windows color (decimal): -7330931 or 9249680. OLE color: 9249680.

HSL color Cylindrical-coordinate representation of color #90238D: hue angle of 301.65º 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 #90238D is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14435141-
CMYK00.760.020.44
HSL301.65º60.89%35.1%-
HSV(B)301.65º75.69%56.47%-
XYZ16.919.0526.06-
YUV79.68162.61173.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 35 (14.06% from 255) = 10.94%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=45%
G=10.94%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443514100.760.020.44301.6560.8935.1
Hex90238D04C22C12e3d23
Octal2204321501142544567543
Binary10010000100011100011010100110010101100100101110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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