Html Css Color HEX #9587DA Medium Purple

📋 copy color: '#9587DA'

red 149 ◦ green 135 ◦ blue 218

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

Shades of Medium Purple #9587DA

Tints of Medium Purple #9587DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 29.68%
G = 26.89%
B = 43.43%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9587DA (or 0x9587DA) is known color: Medium Purple. HEX triplet: 95, 87 and DA. RGB value is (149,135,218). Sum of RGB (Red+Green+Blue) = 149+135+218=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #9587DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587DA is #6A7825. Grayscale: #949494. Windows color (decimal): -6977574 or 14321557. OLE color: 14321557.

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

Color convert

RGB 149 135 218 -
CMYK 0.32 0.38 0 0.15
HSL 250.12º 0.53% 0.69% -
HSV(B) 250.12º 0.38% 0.85% -
XYZ 33.71 28.78 70.11 -
YUV 148.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 149 135 218 0.32 0.38 0 0.15 250.12 0.53 0.69
Hex 95 87 DA 20 26 0 F FA 35 45
Octal 225 207 332 40 46 0 17 372 65 105
Binary 10010101 10000111 11011010 100000 100110 0 1111 11111010 110101 1000101

Color Harmonies of #9587DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9587DA

Black with #9587DA

Text Example


Text Example

White with #9587DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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