#9676DE

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

Shades of Medium Purple #9676DE

Tints of Medium Purple #9676DE

Color information

#9676DE (or 0x9676DE) is unknown color: approx Medium Purple. HEX triplet: 96, 76 and DE. RGB value is (150,118,222). Sum of RGB (Red+Green+Blue) = 150+118+222=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #9676DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676DE is #698921. Grayscale: #8B8B8B. Windows color (decimal): -6916386 or 14579350. OLE color: 14579350.

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

Color convert

RGB150118222-
CMYK0.320.4700.13
HSL258.46º61.18%66.67%-
HSV(B)258.46º46.85%87.06%-
XYZ32.2424.7172.18-
YUV139.42174.6135.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 118 (46.48% from 255) = 24.08%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=30.61%
G=24.08%
B=45.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501182220.320.4700.13258.4661.1866.67
Hex9676DE202F0D1023d43
Octal226166336405701540275103
Binary10010110111011011011110100000101111011011000000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,118,222); }

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

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

 a { background-color: rgb(150,118,222); }

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

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

 span { border-color: rgb(150,118,222); }

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