#9985DE

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

Shades of Medium Purple #9985DE

Tints of Medium Purple #9985DE

Color information

#9985DE (or 0x9985DE) is unknown color: approx Medium Purple. HEX triplet: 99, 85 and DE. RGB value is (153,133,222). Sum of RGB (Red+Green+Blue) = 153+133+222=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #9985DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985DE is #667A21. Grayscale: #949494. Windows color (decimal): -6715938 or 14583193. OLE color: 14583193.

HSL color Cylindrical-coordinate representation of color #9985DE: hue angle of 253.48º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9985DE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153133222-
CMYK0.310.4000.13
HSL253.48º57.42%69.61%-
HSV(B)253.48º40.09%87.06%-
XYZ34.7128.8272.84-
YUV149.13169.13130.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.12%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=30.12%
G=26.18%
B=43.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531332220.310.4000.13253.4857.4269.61
Hex9985DE1F280Dfd3946
Octal231205336375001537571106
Binary1001100110000101110111101111110100001101111111011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9985DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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