#9068E9

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

Shades of Medium Purple #9068E9

Tints of Medium Purple #9068E9

Color information

#9068E9 (or 0x9068E9) is unknown color: approx Medium Purple. HEX triplet: 90, 68 and E9. RGB value is (144,104,233). Sum of RGB (Red+Green+Blue) = 144+104+233=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #9068E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9068E9 is #6F9716. Grayscale: #828282. Windows color (decimal): -7313175 or 15296656. OLE color: 15296656.

HSL color Cylindrical-coordinate representation of color #9068E9: hue angle of 258.6º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9068E9 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144104233-
CMYK0.380.5500.09
HSL258.6º74.57%66.08%-
HSV(B)258.6º55.36%91.37%-
XYZ31.1621.7179.64-
YUV130.67185.75137.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 233 (91.41% from 255) = 48.44%
R=29.94%
G=21.62%
B=48.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1441042330.380.5500.09258.674.5766.08
Hex9068E92637091034b42
Octal2201503514667011403113102
Binary100100001101000111010011001101101110100110000001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9068E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9068E9; }

 p { color: rgb(144,104,233); }

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

<style>
 a { background-color: #9068E9; }

 a { background-color: rgb(144,104,233); }

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

<style>
 span { border-color: #9068E9; }

 span { border-color: rgb(144,104,233); }

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