#9667DA

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

Shades of Medium Purple #9667DA

Tints of Medium Purple #9667DA

Color information

#9667DA (or 0x9667DA) is unknown color: approx Medium Purple. HEX triplet: 96, 67 and DA. RGB value is (150,103,218). Sum of RGB (Red+Green+Blue) = 150+103+218=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #9667DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667DA is #699825. Grayscale: #818181. Windows color (decimal): -6920230 or 14313366. OLE color: 14313366.

HSL color Cylindrical-coordinate representation of color #9667DA: hue angle of 264.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9667DA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150103218-
CMYK0.310.5300.15
HSL264.52º60.85%62.94%-
HSV(B)264.52º52.75%85.49%-
XYZ30.0821.2568.85-
YUV130.16177.57142.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=31.85%
G=21.87%
B=46.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501032180.310.5300.15264.5260.8562.94
Hex9667DA1F350F1093d3f
Octal22614733237650174117577
Binary100101101100111110110101111111010101111100001001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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