#9A85EC

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

Shades of Medium Purple #9A85EC

Tints of Medium Purple #9A85EC

Color information

#9A85EC (or 0x9A85EC) is unknown color: approx Medium Purple. HEX triplet: 9A, 85 and EC. RGB value is (154,133,236). Sum of RGB (Red+Green+Blue) = 154+133+236=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A85EC is #657A13. Grayscale: #969696. Windows color (decimal): -6650388 or 15500698. OLE color: 15500698.

HSL color Cylindrical-coordinate representation of color #9A85EC: hue angle of 252.23º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A85EC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154133236-
CMYK0.350.4400.07
HSL252.23º73.05%72.35%-
HSV(B)252.23º43.64%92.55%-
XYZ36.8529.783.15-
YUV151.02175.96130.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=29.45%
G=25.43%
B=45.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541332360.350.4400.07252.2373.0572.35
Hex9A85EC232C07fc4948
Octal232205354435407374111110
Binary10011010100001011110110010001110110001111111110010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A85EC; }

 p { color: rgb(154,133,236); }

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

<style>
 a { background-color: #9A85EC; }

 a { background-color: rgb(154,133,236); }

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

<style>
 span { border-color: #9A85EC; }

 span { border-color: rgb(154,133,236); }

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