#9674E7

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

Shades of Medium Purple #9674E7

Tints of Medium Purple #9674E7

Color information

#9674E7 (or 0x9674E7) is unknown color: approx Medium Purple. HEX triplet: 96, 74 and E7. RGB value is (150,116,231). Sum of RGB (Red+Green+Blue) = 150+116+231=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #9674E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9674E7 is #698B18. Grayscale: #8A8A8A. Windows color (decimal): -6916889 or 15168662. OLE color: 15168662.

HSL color Cylindrical-coordinate representation of color #9674E7: hue angle of 257.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9674E7 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB150116231-
CMYK0.350.5000.09
HSL257.74º70.55%68.04%-
HSV(B)257.74º49.78%90.59%-
XYZ33.2524.7478.63-
YUV139.28179.76135.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 231 (90.62% from 255) = 46.48%
R=30.18%
G=23.34%
B=46.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1501162310.350.5000.09257.7470.5568.04
Hex9674E72332091024744
Octal2261643474362011402107104
Binary100101101110100111001111000111100100100110000001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9674E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9674E7; }

 p { color: rgb(150,116,231); }

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

<style>
 a { background-color: #9674E7; }

 a { background-color: rgb(150,116,231); }

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

<style>
 span { border-color: #9674E7; }

 span { border-color: rgb(150,116,231); }

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