Html Css Color HEX #9588DF Medium Purple

📋 copy color: '#9588DF'

red 149 ◦ green 136 ◦ blue 223

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

Shades of Medium Purple #9588DF

Tints of Medium Purple #9588DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 29.33%
G = 26.77%
B = 43.9%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9588DF (or 0x9588DF) is known color: Medium Purple. HEX triplet: 95, 88 and DF. RGB value is (149,136,223). Sum of RGB (Red+Green+Blue) = 149+136+223=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #9588DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588DF is #6A7720. Grayscale: #959595. Windows color (decimal): -6977313 or 14649493. OLE color: 14649493.

HSL color Cylindrical-coordinate representation of color #9588DF: hue angle of 248.97º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9588DF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 136 223 -
CMYK 0.33 0.39 0 0.13
HSL 248.97º 0.58% 0.7% -
HSV(B) 248.97º 0.39% 0.87% -
XYZ 34.52 29.33 73.65 -
YUV 149.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 149 136 223 0.33 0.39 0 0.13 248.97 0.58 0.7
Hex 95 88 DF 21 27 0 D F9 3A 46
Octal 225 210 337 41 47 0 15 371 72 106
Binary 10010101 10001000 11011111 100001 100111 0 1101 11111001 111010 1000110

Color Harmonies of #9588DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9588DF

Black with #9588DF

Text Example


Text Example

White with #9588DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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