Html Css Color HEX #9587DB Medium Purple

📋 copy color: '#9587DB'

red 149 ◦ green 135 ◦ blue 219

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

Shades of Medium Purple #9587DB

Tints of Medium Purple #9587DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.84%

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 29.62%
G = 26.84%
B = 43.54%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9587DB (or 0x9587DB) is known color: Medium Purple. HEX triplet: 95, 87 and DB. RGB value is (149,135,219). Sum of RGB (Red+Green+Blue) = 149+135+219=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #9587DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587DB is #6A7824. Grayscale: #949494. Windows color (decimal): -6977573 or 14387093. OLE color: 14387093.

HSL color Cylindrical-coordinate representation of color #9587DB: hue angle of 250º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9587DB is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 135 219 -
CMYK 0.32 0.38 0 0.14
HSL 250º 0.54% 0.69% -
HSV(B) 250º 0.38% 0.86% -
XYZ 33.84 28.83 70.8 -
YUV 148.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 149 135 219 0.32 0.38 0 0.14 250 0.54 0.69
Hex 95 87 DB 20 26 0 E FA 36 45
Octal 225 207 333 40 46 0 16 372 66 105
Binary 10010101 10000111 11011011 100000 100110 0 1110 11111010 110110 1000101

Color Harmonies of #9587DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9587DB

Black with #9587DB

Text Example


Text Example

White with #9587DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9587DB; }

 p { color: rgb(149,135,219); }

 H1.HeaderClassName
 {
   color: #9587DB;
 }
 .AnyTagClassName
 {
   color: #9587DB;
 }
</style>

background-color css

<style>
 a { background-color: #9587DB; }

 a { background-color: rgb(149,135,219); }

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

border-color css

<style>
 span { border-color: #9587DB; }

 span { border-color: rgb(149,135,219); }

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