#976FED

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

Shades of Medium Purple #976FED

Tints of Medium Purple #976FED

Color information

#976FED (or 0x976FED) is unknown color: approx Medium Purple. HEX triplet: 97, 6F and ED. RGB value is (151,111,237). Sum of RGB (Red+Green+Blue) = 151+111+237=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #976FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976FED is #689012. Grayscale: #888888. Windows color (decimal): -6852627 or 15560599. OLE color: 15560599.

HSL color Cylindrical-coordinate representation of color #976FED: hue angle of 259.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #976FED is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151111237-
CMYK0.360.5300.07
HSL259.05º77.78%68.24%-
HSV(B)259.05º53.16%92.94%-
XYZ33.7324.0682.99-
YUV137.32184.25137.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.26%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=30.26%
G=22.24%
B=47.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511112370.360.5300.07259.0577.7868.24
Hex976FED2435071034e44
Octal227157355446507403116104
Binary10010111110111111101101100100110101011110000001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976FED; }

 p { color: rgb(151,111,237); }

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

<style>
 a { background-color: #976FED; }

 a { background-color: rgb(151,111,237); }

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

<style>
 span { border-color: #976FED; }

 span { border-color: rgb(151,111,237); }

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