Html Css Color HEX #9488EB Medium Purple

📋 copy color: '#9488EB'

red 148 ◦ green 136 ◦ blue 235

#9488EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9488EB

Tints of Medium Purple #9488EB

RGB

 RED value IS 148 (58.2% from 255) = 28.52%

 GREEN value IS 136 (53.52% from 255) = 26.2%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 28.52%
G = 26.2%
B = 45.28%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9488EB (or 0x9488EB) is known color: Medium Purple. HEX triplet: 94, 88 and EB. RGB value is (148,136,235). Sum of RGB (Red+Green+Blue) = 148+136+235=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #9488EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9488EB is #6B7714. Grayscale: #969696. Windows color (decimal): -7042837 or 15435924. OLE color: 15435924.

HSL color Cylindrical-coordinate representation of color #9488EB: hue angle of 247.27º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9488EB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 136 235 -
CMYK 0.37 0.42 0 0.08
HSL 247.27º 0.71% 0.73% -
HSV(B) 247.27º 0.42% 0.92% -
XYZ 36.01 29.9 82.47 -
YUV 150.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 148 136 235 0.37 0.42 0 0.08 247.27 0.71 0.73
Hex 94 88 EB 25 2A 0 8 F7 47 49
Octal 224 210 353 45 52 0 10 367 107 111
Binary 10010100 10001000 11101011 100101 101010 0 1000 11110111 1000111 1001001

Color Harmonies of #9488EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488EB

Black with #9488EB

Text Example


Text Example

White with #9488EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9488EB;
 }
 .AnyTagClassName
 {
   color: #9488EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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