Html Css Color HEX #9587AD Cold Purple

📋 copy color: '#9587AD'

red 149 ◦ green 135 ◦ blue 173

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

Shades of Cold Purple #9587AD

Tints of Cold Purple #9587AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 32.6%
G = 29.54%
B = 37.86%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9587AD (or 0x9587AD) is known color: Cold Purple. HEX triplet: 95, 87 and AD. RGB value is (149,135,173). Sum of RGB (Red+Green+Blue) = 149+135+173=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #9587AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9587AD is #6A7852. Grayscale: #8F8F8F. Windows color (decimal): -6977619 or 11372437. OLE color: 11372437.

HSL color Cylindrical-coordinate representation of color #9587AD: hue angle of 262.11º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9587AD is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 135 173 -
CMYK 0.14 0.22 0 0.32
HSL 262.11º 0.19% 0.6% -
HSV(B) 262.11º 0.22% 0.68% -
XYZ 28.6 26.73 43.19 -
YUV 143.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 149 135 173 0.14 0.22 0 0.32 262.11 0.19 0.6
Hex 95 87 AD E 16 0 20 106 13 3C
Octal 225 207 255 16 26 0 40 406 23 74
Binary 10010101 10000111 10101101 1110 10110 0 100000 100000110 10011 111100

Color Harmonies of #9587AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9587AD

Black with #9587AD

Text Example


Text Example

White with #9587AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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