#90347F

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

Shades of Dark Purple #90347F

Tints of Dark Purple #90347F

Color information

#90347F (or 0x90347F) is unknown color: approx Dark Purple. HEX triplet: 90, 34 and 7F. RGB value is (144,52,127). Sum of RGB (Red+Green+Blue) = 144+52+127=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90347F is #6FCB80. Grayscale: #575757. Windows color (decimal): -7326593 or 8336528. OLE color: 8336528.

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

Color convert

RGB14452127-
CMYK00.640.120.44
HSL311.09º46.94%38.43%-
HSV(B)311.09º63.89%56.47%-
XYZ16.569.9221.12-
YUV88.06149.98167.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 127 (50% from 255) = 39.32%
R=44.58%
G=16.10%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445212700.640.120.44311.0946.9438.43
Hex90347F040C2C1372f26
Octal22064177010014544675746
Binary100100001101001111111010000001100101100100110111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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