#9062DD

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

Shades of Medium Purple #9062DD

Tints of Medium Purple #9062DD

Color information

#9062DD (or 0x9062DD) is unknown color: approx Medium Purple. HEX triplet: 90, 62 and DD. RGB value is (144,98,221). Sum of RGB (Red+Green+Blue) = 144+98+221=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #9062DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062DD is #6F9D22. Grayscale: #7D7D7D. Windows color (decimal): -7314723 or 14508688. OLE color: 14508688.

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

Color convert

RGB14498221-
CMYK0.350.5600.13
HSL262.44º64.4%62.55%-
HSV(B)262.44º55.66%86.67%-
XYZ28.9219.8970.72-
YUV125.78181.74141-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 98 (38.67% from 255) = 21.17%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=31.10%
G=21.17%
B=47.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144982210.350.5600.13262.4464.462.55
Hex9062DD23380D106403f
Octal220142335437001540610077
Binary10010000110001011011101100011111000011011000001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9062DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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