#9069ED

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

Shades of Medium Purple #9069ED

Tints of Medium Purple #9069ED

Color information

#9069ED (or 0x9069ED) is unknown color: approx Medium Purple. HEX triplet: 90, 69 and ED. RGB value is (144,105,237). Sum of RGB (Red+Green+Blue) = 144+105+237=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #9069ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069ED is #6F9612. Grayscale: #838383. Windows color (decimal): -7312915 or 15559056. OLE color: 15559056.

HSL color Cylindrical-coordinate representation of color #9069ED: hue angle of 257.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9069ED is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144105237-
CMYK0.390.5600.07
HSL257.73º78.57%67.06%-
HSV(B)257.73º55.7%92.94%-
XYZ31.8422.1582.72-
YUV131.71187.42136.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 237 (92.97% from 255) = 48.77%
R=29.63%
G=21.60%
B=48.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441052370.390.5600.07257.7378.5767.06
Hex9069ED2738071024f43
Octal220151355477007402117103
Binary10010000110100111101101100111111000011110000001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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