Html Css Color HEX #9488EA Medium Purple

📋 copy color: '#9488EA'

red 148 ◦ green 136 ◦ blue 234

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

Shades of Medium Purple #9488EA

Tints of Medium Purple #9488EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 28.57%
G = 26.25%
B = 45.17%

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

#9488EA (or 0x9488EA) is known color: Medium Purple. HEX triplet: 94, 88 and EA. RGB value is (148,136,234). Sum of RGB (Red+Green+Blue) = 148+136+234=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #9488EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9488EA is #6B7715. Grayscale: #969696. Windows color (decimal): -7042838 or 15370388. OLE color: 15370388.

HSL color Cylindrical-coordinate representation of color #9488EA: hue angle of 247.35º degrees, saturation: 0.7, 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 #9488EA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 136 234 -
CMYK 0.37 0.42 0 0.08
HSL 247.35º 0.7% 0.73% -
HSV(B) 247.35º 0.42% 0.92% -
XYZ 35.87 29.84 81.71 -
YUV 150.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 148 136 234 0.37 0.42 0 0.08 247.35 0.7 0.73
Hex 94 88 EA 25 2A 0 8 F7 46 49
Octal 224 210 352 45 52 0 10 367 106 111
Binary 10010100 10001000 11101010 100101 101010 0 1000 11110111 1000110 1001001

Color Harmonies of #9488EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488EA

Black with #9488EA

Text Example


Text Example

White with #9488EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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