#9967DE

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

Shades of Medium Purple #9967DE

Tints of Medium Purple #9967DE

Color information

#9967DE (or 0x9967DE) is unknown color: approx Medium Purple. HEX triplet: 99, 67 and DE. RGB value is (153,103,222). Sum of RGB (Red+Green+Blue) = 153+103+222=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #9967DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967DE is #669821. Grayscale: #838383. Windows color (decimal): -6723618 or 14575513. OLE color: 14575513.

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

Color convert

RGB153103222-
CMYK0.310.5400.13
HSL265.21º64.32%63.73%-
HSV(B)265.21º53.6%87.06%-
XYZ31.1721.7571.66-
YUV131.52179.06143.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 103 (40.62% from 255) = 21.55%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=32.01%
G=21.55%
B=46.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531032220.310.5400.13265.2164.3263.73
Hex9967DE1F360D1094040
Octal2311473363766015411100100
Binary10011001110011111011110111111101100110110000100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9967DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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