#9667D7

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

Shades of Medium Purple #9667D7

Tints of Medium Purple #9667D7

Color information

#9667D7 (or 0x9667D7) is unknown color: approx Medium Purple. HEX triplet: 96, 67 and D7. RGB value is (150,103,215). Sum of RGB (Red+Green+Blue) = 150+103+215=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #9667D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667D7 is #699828. Grayscale: #818181. Windows color (decimal): -6920233 or 14116758. OLE color: 14116758.

HSL color Cylindrical-coordinate representation of color #9667D7: hue angle of 265.18º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9667D7 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150103215-
CMYK0.300.5200.16
HSL265.18º58.33%62.35%-
HSV(B)265.18º52.09%84.31%-
XYZ29.6921.0966.8-
YUV129.82176.07142.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 215 (84.38% from 255) = 45.94%
R=32.05%
G=22.01%
B=45.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501032150.300.5200.16265.1858.3362.35
Hex9667D71E340101093a3e
Octal22614732736640204117276
Binary1001011011001111101011111110110100010000100001001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9667D7; }

 p { color: rgb(150,103,215); }

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

<style>
 a { background-color: #9667D7; }

 a { background-color: rgb(150,103,215); }

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

<style>
 span { border-color: #9667D7; }

 span { border-color: rgb(150,103,215); }

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