#9488E8

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

Shades of Medium Purple #9488E8

Tints of Medium Purple #9488E8

Color information

#9488E8 (or 0x9488E8) is unknown color: approx Medium Purple. HEX triplet: 94, 88 and E8. RGB value is (148,136,232). Sum of RGB (Red+Green+Blue) = 148+136+232=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #9488E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9488E8 is #6B7717. Grayscale: #969696. Windows color (decimal): -7042840 or 15239316. OLE color: 15239316.

HSL color Cylindrical-coordinate representation of color #9488E8: hue angle of 247.5º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9488E8 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148136232-
CMYK0.360.4100.09
HSL247.5º67.61%72.16%-
HSV(B)247.5º41.38%90.98%-
XYZ35.5829.7380.21-
YUV150.53173.98126.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 232 (91.02% from 255) = 44.96%
R=28.68%
G=26.36%
B=44.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481362320.360.4100.09247.567.6172.16
Hex9488E8242909f84448
Octal2242103504451011370104110
Binary100101001000100011101000100100101001010011111100010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9488E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9488E8; }

 p { color: rgb(148,136,232); }

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

<style>
 a { background-color: #9488E8; }

 a { background-color: rgb(148,136,232); }

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

<style>
 span { border-color: #9488E8; }

 span { border-color: rgb(148,136,232); }

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