#9677DD

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

Shades of Medium Purple #9677DD

Tints of Medium Purple #9677DD

Color information

#9677DD (or 0x9677DD) is unknown color: approx Medium Purple. HEX triplet: 96, 77 and DD. RGB value is (150,119,221). Sum of RGB (Red+Green+Blue) = 150+119+221=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #9677DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677DD is #698822. Grayscale: #8B8B8B. Windows color (decimal): -6916131 or 14514070. OLE color: 14514070.

HSL color Cylindrical-coordinate representation of color #9677DD: hue angle of 258.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9677DD is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150119221-
CMYK0.320.4600.13
HSL258.24º60%66.67%-
HSV(B)258.24º46.15%86.67%-
XYZ32.2324.971.51-
YUV139.9173.77135.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=30.61%
G=24.29%
B=45.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501192210.320.4600.13258.246066.67
Hex9677DD202E0D1023c43
Octal226167335405601540274103
Binary10010110111011111011101100000101110011011000000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9677DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9677DD; }

 p { color: rgb(150,119,221); }

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

<style>
 a { background-color: #9677DD; }

 a { background-color: rgb(150,119,221); }

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

<style>
 span { border-color: #9677DD; }

 span { border-color: rgb(150,119,221); }

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