#9475E1

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

Shades of Medium Purple #9475E1

Tints of Medium Purple #9475E1

Color information

#9475E1 (or 0x9475E1) is unknown color: approx Medium Purple. HEX triplet: 94, 75 and E1. RGB value is (148,117,225). Sum of RGB (Red+Green+Blue) = 148+117+225=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #9475E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475E1 is #6B8A1E. Grayscale: #8A8A8A. Windows color (decimal): -7047711 or 14775700. OLE color: 14775700.

HSL color Cylindrical-coordinate representation of color #9475E1: hue angle of 257.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9475E1 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB148117225-
CMYK0.340.4800.12
HSL257.22º64.29%67.06%-
HSV(B)257.22º48%88.24%-
XYZ32.1624.4574.26-
YUV138.58176.77134.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=30.20%
G=23.88%
B=45.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1481172250.340.4800.12257.2264.2967.06
Hex9475E122300C1014043
Octal2241653414260014401100103
Binary100101001110101111000011000101100000110010000000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9475E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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