#9974ED

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

Shades of Medium Purple #9974ED

Tints of Medium Purple #9974ED

Color information

#9974ED (or 0x9974ED) is unknown color: approx Medium Purple. HEX triplet: 99, 74 and ED. RGB value is (153,116,237). Sum of RGB (Red+Green+Blue) = 153+116+237=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #9974ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9974ED is #668B12. Grayscale: #8C8C8C. Windows color (decimal): -6720275 or 15561881. OLE color: 15561881.

HSL color Cylindrical-coordinate representation of color #9974ED: hue angle of 258.35º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9974ED is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153116237-
CMYK0.350.5100.07
HSL258.35º77.07%69.22%-
HSV(B)258.35º51.05%92.94%-
XYZ34.6725.3883.19-
YUV140.86182.26136.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=30.24%
G=22.92%
B=46.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531162370.350.5100.07258.3577.0769.22
Hex9974ED2333071024d45
Octal231164355436307402115105
Binary10011001111010011101101100011110011011110000001010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9974ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9974ED; }

 p { color: rgb(153,116,237); }

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

<style>
 a { background-color: #9974ED; }

 a { background-color: rgb(153,116,237); }

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

<style>
 span { border-color: #9974ED; }

 span { border-color: rgb(153,116,237); }

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