Html Css Color HEX #9D87BC Cold Purple

📋 copy color: '#9D87BC'

red 157 ◦ green 135 ◦ blue 188

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

Shades of Cold Purple #9D87BC

Tints of Cold Purple #9D87BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 32.71%
G = 28.13%
B = 39.17%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D87BC (or 0x9D87BC) is known color: Cold Purple. HEX triplet: 9D, 87 and BC. RGB value is (157,135,188). Sum of RGB (Red+Green+Blue) = 157+135+188=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D87BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D87BC is #627843. Grayscale: #939393. Windows color (decimal): -6453316 or 12355485. OLE color: 12355485.

HSL color Cylindrical-coordinate representation of color #9D87BC: hue angle of 264.91º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D87BC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 135 188 -
CMYK 0.16 0.28 0 0.26
HSL 264.91º 0.28% 0.63% -
HSV(B) 264.91º 0.28% 0.74% -
XYZ 31.65 28.13 51.34 -
YUV 147.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 157 135 188 0.16 0.28 0 0.26 264.91 0.28 0.63
Hex 9D 87 BC 10 1C 0 1A 109 1C 3F
Octal 235 207 274 20 34 0 32 411 34 77
Binary 10011101 10000111 10111100 10000 11100 0 11010 100001001 11100 111111

Color Harmonies of #9D87BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D87BC

Black with #9D87BC

Text Example


Text Example

White with #9D87BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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