#9A85EA

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

Shades of Medium Purple #9A85EA

Tints of Medium Purple #9A85EA

Color information

#9A85EA (or 0x9A85EA) is unknown color: approx Medium Purple. HEX triplet: 9A, 85 and EA. RGB value is (154,133,234). Sum of RGB (Red+Green+Blue) = 154+133+234=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A85EA is #657A15. Grayscale: #969696. Windows color (decimal): -6650390 or 15369626. OLE color: 15369626.

HSL color Cylindrical-coordinate representation of color #9A85EA: hue angle of 252.48º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A85EA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154133234-
CMYK0.340.4300.08
HSL252.48º70.63%71.96%-
HSV(B)252.48º43.16%91.76%-
XYZ36.5729.5981.63-
YUV150.79174.96130.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=29.56%
G=25.53%
B=44.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541332340.340.4300.08252.4870.6371.96
Hex9A85EA222B08fc4748
Octal2322053524253010374107110
Binary100110101000010111101010100010101011010001111110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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