Html Css Color HEX #9D87BE Cold Purple

📋 copy color: '#9D87BE'

red 157 ◦ green 135 ◦ blue 190

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

Shades of Cold Purple #9D87BE

Tints of Cold Purple #9D87BE

RGB

 RED value IS 157 (61.72% from 255) = 32.57%

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 32.57%
G = 28.01%
B = 39.42%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D87BE (or 0x9D87BE) is known color: Cold Purple. HEX triplet: 9D, 87 and BE. RGB value is (157,135,190). Sum of RGB (Red+Green+Blue) = 157+135+190=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D87BE is #627841. Grayscale: #939393. Windows color (decimal): -6453314 or 12486557. OLE color: 12486557.

HSL color Cylindrical-coordinate representation of color #9D87BE: hue angle of 264º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D87BE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 135 190 -
CMYK 0.17 0.29 0 0.25
HSL 264º 0.3% 0.64% -
HSV(B) 264º 0.29% 0.75% -
XYZ 31.86 28.21 52.48 -
YUV 147.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 157 135 190 0.17 0.29 0 0.25 264 0.3 0.64
Hex 9D 87 BE 11 1D 0 19 108 1E 40
Octal 235 207 276 21 35 0 31 410 36 100
Binary 10011101 10000111 10111110 10001 11101 0 11001 100001000 11110 1000000

Color Harmonies of #9D87BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D87BE

Black with #9D87BE

Text Example


Text Example

White with #9D87BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D87BE; }

 p { color: rgb(157,135,190); }

 H1.HeaderClassName
 {
   color: #9D87BE;
 }
 .AnyTagClassName
 {
   color: #9D87BE;
 }
</style>

background-color css

<style>
 a { background-color: #9D87BE; }

 a { background-color: rgb(157,135,190); }

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

border-color css

<style>
 span { border-color: #9D87BE; }

 span { border-color: rgb(157,135,190); }

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