#9676EF

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

Shades of Medium Purple #9676EF

Tints of Medium Purple #9676EF

Color information

#9676EF (or 0x9676EF) is unknown color: approx Medium Purple. HEX triplet: 96, 76 and EF. RGB value is (150,118,239). Sum of RGB (Red+Green+Blue) = 150+118+239=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #9676EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9676EF is #698910. Grayscale: #8C8C8C. Windows color (decimal): -6916369 or 15693462. OLE color: 15693462.

HSL color Cylindrical-coordinate representation of color #9676EF: hue angle of 255.87º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9676EF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150118239-
CMYK0.370.5100.06
HSL255.87º79.08%70%-
HSV(B)255.87º50.63%93.73%-
XYZ34.6425.6784.79-
YUV141.36183.1134.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.59%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 239 (93.75% from 255) = 47.14%
R=29.59%
G=23.27%
B=47.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501182390.370.5100.06255.8779.0870
Hex9676EF2533061004f46
Octal226166357456306400117106
Binary10010110111011011101111100101110011011010000000010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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