#9061EB

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

Shades of Medium Purple #9061EB

Tints of Medium Purple #9061EB

Color information

#9061EB (or 0x9061EB) is unknown color: approx Medium Purple. HEX triplet: 90, 61 and EB. RGB value is (144,97,235). Sum of RGB (Red+Green+Blue) = 144+97+235=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #9061EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9061EB is #6F9E14. Grayscale: #7E7E7E. Windows color (decimal): -7314965 or 15425936. OLE color: 15425936.

HSL color Cylindrical-coordinate representation of color #9061EB: hue angle of 260.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9061EB is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14497235-
CMYK0.390.5900.08
HSL260.43º77.53%65.1%-
HSV(B)260.43º58.72%92.16%-
XYZ30.7720.4880.93-
YUV126.79189.07140.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=30.25%
G=20.38%
B=49.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal144972350.390.5900.08260.4377.5365.1
Hex9061EB273B081044e41
Octal2201413534773010404116101
Binary100100001100001111010111001111110110100010000010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9061EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9061EB; }

 p { color: rgb(144,97,235); }

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

<style>
 a { background-color: #9061EB; }

 a { background-color: rgb(144,97,235); }

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

<style>
 span { border-color: #9061EB; }

 span { border-color: rgb(144,97,235); }

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