#9069E8

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

Shades of Medium Purple #9069E8

Tints of Medium Purple #9069E8

Color information

#9069E8 (or 0x9069E8) is unknown color: approx Medium Purple. HEX triplet: 90, 69 and E8. RGB value is (144,105,232). Sum of RGB (Red+Green+Blue) = 144+105+232=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #9069E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069E8 is #6F9617. Grayscale: #828282. Windows color (decimal): -7312920 or 15231376. OLE color: 15231376.

HSL color Cylindrical-coordinate representation of color #9069E8: hue angle of 258.43º degrees, saturation: 0.73, 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 #9069E8 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144105232-
CMYK0.380.5500.09
HSL258.43º73.41%66.08%-
HSV(B)258.43º54.74%90.98%-
XYZ31.1221.8678.92-
YUV131.14184.92137.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 232 (91.02% from 255) = 48.23%
R=29.94%
G=21.83%
B=48.23%

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
Decimal1441052320.380.5500.09258.4373.4166.08
Hex9069E82637091024942
Octal2201513504667011402111102
Binary100100001101001111010001001101101110100110000001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9069E8; }

 p { color: rgb(144,105,232); }

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

<style>
 a { background-color: #9069E8; }

 a { background-color: rgb(144,105,232); }

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

<style>
 span { border-color: #9069E8; }

 span { border-color: rgb(144,105,232); }

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