Html Css Color HEX #9588EC Medium Purple

📋 copy color: '#9588EC'

red 149 ◦ green 136 ◦ blue 236

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

Shades of Medium Purple #9588EC

Tints of Medium Purple #9588EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 28.6%
G = 26.1%
B = 45.3%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9588EC (or 0x9588EC) is known color: Medium Purple. HEX triplet: 95, 88 and EC. RGB value is (149,136,236). Sum of RGB (Red+Green+Blue) = 149+136+236=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #9588EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9588EC is #6A7713. Grayscale: #969696. Windows color (decimal): -6977300 or 15501461. OLE color: 15501461.

HSL color Cylindrical-coordinate representation of color #9588EC: hue angle of 247.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9588EC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 136 236 -
CMYK 0.37 0.42 0 0.07
HSL 247.8º 0.72% 0.73% -
HSV(B) 247.8º 0.42% 0.93% -
XYZ 36.34 30.05 83.24 -
YUV 151.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 149 136 236 0.37 0.42 0 0.07 247.8 0.72 0.73
Hex 95 88 EC 25 2A 0 7 F8 48 49
Octal 225 210 354 45 52 0 7 370 110 111
Binary 10010101 10001000 11101100 100101 101010 0 111 11111000 1001000 1001001

Color Harmonies of #9588EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9588EC

Black with #9588EC

Text Example


Text Example

White with #9588EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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