#90307E

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

Shades of Dark Purple #90307E

Tints of Dark Purple #90307E

Color information

#90307E (or 0x90307E) is unknown color: approx Dark Purple. HEX triplet: 90, 30 and 7E. RGB value is (144,48,126). Sum of RGB (Red+Green+Blue) = 144+48+126=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90307E is #6FCF81. Grayscale: #555555. Windows color (decimal): -7327618 or 8269968. OLE color: 8269968.

HSL color Cylindrical-coordinate representation of color #90307E: hue angle of 311.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90307E is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14448126-
CMYK00.670.120.44
HSL311.25º50%37.65%-
HSV(B)311.25º66.67%56.47%-
XYZ16.329.5520.72-
YUV85.6150.8169.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=45.28%
G=15.09%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444812600.670.120.44311.255037.65
Hex90307E043C2C1373226
Octal22060176010314544676246
Binary100100001100001111110010000111100101100100110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90307E; }

 p { color: rgb(144,48,126); }

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

<style>
 a { background-color: #90307E; }

 a { background-color: rgb(144,48,126); }

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

<style>
 span { border-color: #90307E; }

 span { border-color: rgb(144,48,126); }

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