#9475EF

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

Shades of Medium Purple #9475EF

Tints of Medium Purple #9475EF

Color information

#9475EF (or 0x9475EF) is unknown color: approx Medium Purple. HEX triplet: 94, 75 and EF. RGB value is (148,117,239). Sum of RGB (Red+Green+Blue) = 148+117+239=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #9475EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9475EF is #6B8A10. Grayscale: #8B8B8B. Windows color (decimal): -7047697 or 15693204. OLE color: 15693204.

HSL color Cylindrical-coordinate representation of color #9475EF: hue angle of 255.25º 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 #9475EF is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148117239-
CMYK0.380.5100.06
HSL255.25º79.22%69.8%-
HSV(B)255.25º51.05%93.73%-
XYZ34.1525.2584.74-
YUV140.18183.77133.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 239 (93.75% from 255) = 47.42%
R=29.37%
G=23.21%
B=47.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481172390.380.5100.06255.2579.2269.8
Hex9475EF263306ff4f46
Octal224165357466306377117106
Binary1001010011101011110111110011011001101101111111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9475EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,117,239); }

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

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

 a { background-color: rgb(148,117,239); }

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

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

 span { border-color: rgb(148,117,239); }

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