#9067D8

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

Shades of Medium Purple #9067D8

Tints of Medium Purple #9067D8

Color information

#9067D8 (or 0x9067D8) is unknown color: approx Medium Purple. HEX triplet: 90, 67 and D8. RGB value is (144,103,216). Sum of RGB (Red+Green+Blue) = 144+103+216=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #9067D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067D8 is #6F9827. Grayscale: #7F7F7F. Windows color (decimal): -7313448 or 14182288. OLE color: 14182288.

HSL color Cylindrical-coordinate representation of color #9067D8: hue angle of 261.77º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9067D8 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144103216-
CMYK0.330.5200.15
HSL261.77º59.16%62.55%-
HSV(B)261.77º52.31%84.71%-
XYZ28.7520.5967.42-
YUV128.14177.58139.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 103 (40.62% from 255) = 22.25%
BLUE value IS 216 (84.77% from 255) = 46.65%
R=31.10%
G=22.25%
B=46.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441032160.330.5200.15261.7759.1662.55
Hex9067D821340F1063b3f
Octal22014733041640174067377
Binary1001000011001111101100010000111010001111100000110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9067D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9067D8; }

 p { color: rgb(144,103,216); }

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

<style>
 a { background-color: #9067D8; }

 a { background-color: rgb(144,103,216); }

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

<style>
 span { border-color: #9067D8; }

 span { border-color: rgb(144,103,216); }

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