#9074DD

Color #9074DD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9074DD

Tints of Medium Purple #9074DD

Color information

#9074DD (or 0x9074DD) is unknown color: approx Medium Purple. HEX triplet: 90, 74 and DD. RGB value is (144,116,221). Sum of RGB (Red+Green+Blue) = 144+116+221=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #9074DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9074DD is #6F8B22. Grayscale: #878787. Windows color (decimal): -7310115 or 14513296. OLE color: 14513296.

HSL color Cylindrical-coordinate representation of color #9074DD: hue angle of 256º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9074DD is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144116221-
CMYK0.350.4800.13
HSL256º60.69%66.08%-
HSV(B)256º47.51%86.67%-
XYZ30.823.6471.35-
YUV136.34175.78133.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=29.94%
G=24.12%
B=45.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441162210.350.4800.1325660.6966.08
Hex9074DD23300D1003d42
Octal220164335436001540075102
Binary10010000111010011011101100011110000011011000000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9074DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9074DD; }

 p { color: rgb(144,116,221); }

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

<style>
 a { background-color: #9074DD; }

 a { background-color: rgb(144,116,221); }

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

<style>
 span { border-color: #9074DD; }

 span { border-color: rgb(144,116,221); }

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