Html Css Color HEX #9587BD Cold Purple

📋 copy color: '#9587BD'

red 149 ◦ green 135 ◦ blue 189

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

Shades of Cold Purple #9587BD

Tints of Cold Purple #9587BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 31.5%
G = 28.54%
B = 39.96%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9587BD (or 0x9587BD) is known color: Cold Purple. HEX triplet: 95, 87 and BD. RGB value is (149,135,189). Sum of RGB (Red+Green+Blue) = 149+135+189=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9587BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587BD is #6A7842. Grayscale: #919191. Windows color (decimal): -6977603 or 12421013. OLE color: 12421013.

HSL color Cylindrical-coordinate representation of color #9587BD: hue angle of 255.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9587BD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 135 189 -
CMYK 0.21 0.29 0 0.26
HSL 255.56º 0.29% 0.64% -
HSV(B) 255.56º 0.29% 0.74% -
XYZ 30.24 27.39 51.84 -
YUV 145.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 149 135 189 0.21 0.29 0 0.26 255.56 0.29 0.64
Hex 95 87 BD 15 1D 0 1A 100 1D 40
Octal 225 207 275 25 35 0 32 400 35 100
Binary 10010101 10000111 10111101 10101 11101 0 11010 100000000 11101 1000000

Color Harmonies of #9587BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9587BD

Black with #9587BD

Text Example


Text Example

White with #9587BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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