Html Css Color HEX #9687BB Cold Purple

📋 copy color: '#9687BB'

red 150 ◦ green 135 ◦ blue 187

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

Shades of Cold Purple #9687BB

Tints of Cold Purple #9687BB

RGB

 RED value IS 150 (58.98% from 255) = 31.78%

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 31.78%
G = 28.6%
B = 39.62%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9687BB (or 0x9687BB) is known color: Cold Purple. HEX triplet: 96, 87 and BB. RGB value is (150,135,187). Sum of RGB (Red+Green+Blue) = 150+135+187=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #9687BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687BB is #697844. Grayscale: #919191. Windows color (decimal): -6912069 or 12289942. OLE color: 12289942.

HSL color Cylindrical-coordinate representation of color #9687BB: hue angle of 257.31º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9687BB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 135 187 -
CMYK 0.20 0.28 0 0.27
HSL 257.31º 0.28% 0.63% -
HSV(B) 257.31º 0.28% 0.73% -
XYZ 30.21 27.4 50.71 -
YUV 145.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 150 135 187 0.20 0.28 0 0.27 257.31 0.28 0.63
Hex 96 87 BB 14 1C 0 1B 101 1C 3F
Octal 226 207 273 24 34 0 33 401 34 77
Binary 10010110 10000111 10111011 10100 11100 0 11011 100000001 11100 111111

Color Harmonies of #9687BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9687BB

Black with #9687BB

Text Example


Text Example

White with #9687BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9687BB; }

 p { color: rgb(150,135,187); }

 H1.HeaderClassName
 {
   color: #9687BB;
 }
 .AnyTagClassName
 {
   color: #9687BB;
 }
</style>

background-color css

<style>
 a { background-color: #9687BB; }

 a { background-color: rgb(150,135,187); }

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

border-color css

<style>
 span { border-color: #9687BB; }

 span { border-color: rgb(150,135,187); }

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