#9985EB

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

Shades of Medium Purple #9985EB

Tints of Medium Purple #9985EB

Color information

#9985EB (or 0x9985EB) is unknown color: approx Medium Purple. HEX triplet: 99, 85 and EB. RGB value is (153,133,235). Sum of RGB (Red+Green+Blue) = 153+133+235=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #9985EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9985EB is #667A14. Grayscale: #969696. Windows color (decimal): -6715925 or 15435161. OLE color: 15435161.

HSL color Cylindrical-coordinate representation of color #9985EB: hue angle of 251.76º degrees, saturation: 0.72, 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 #9985EB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153133235-
CMYK0.350.4300.08
HSL251.76º71.83%72.16%-
HSV(B)251.76º43.4%92.16%-
XYZ36.5229.5582.38-
YUV150.61175.63129.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=29.37%
G=25.53%
B=45.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531332350.350.4300.08251.7671.8372.16
Hex9985EB232B08fc4848
Octal2312053534353010374110110
Binary100110011000010111101011100011101011010001111110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,133,235); }

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

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

 a { background-color: rgb(153,133,235); }

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

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

 span { border-color: rgb(153,133,235); }

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