Html Css Color HEX #9588EA Medium Purple

📋 copy color: '#9588EA'

red 149 ◦ green 136 ◦ blue 234

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

Shades of Medium Purple #9588EA

Tints of Medium Purple #9588EA

RGB

 RED value IS 149 (58.59% from 255) = 28.71%

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

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

R = 28.71%
G = 26.2%
B = 45.09%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9588EA (or 0x9588EA) is known color: Medium Purple. HEX triplet: 95, 88 and EA. RGB value is (149,136,234). Sum of RGB (Red+Green+Blue) = 149+136+234=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #9588EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9588EA is #6A7715. Grayscale: #969696. Windows color (decimal): -6977302 or 15370389. OLE color: 15370389.

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

Color convert

RGB 149 136 234 -
CMYK 0.36 0.42 0 0.08
HSL 247.96º 0.7% 0.73% -
HSV(B) 247.96º 0.42% 0.92% -
XYZ 36.05 29.94 81.72 -
YUV 151.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 149 136 234 0.36 0.42 0 0.08 247.96 0.7 0.73
Hex 95 88 EA 24 2A 0 8 F8 46 49
Octal 225 210 352 44 52 0 10 370 106 111
Binary 10010101 10001000 11101010 100100 101010 0 1000 11111000 1000110 1001001

Color Harmonies of #9588EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9588EA

Black with #9588EA

Text Example


Text Example

White with #9588EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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