Html Css Color HEX #9687BD Cold Purple

📋 copy color: '#9687BD'

red 150 ◦ green 135 ◦ blue 189

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

Shades of Cold Purple #9687BD

Tints of Cold Purple #9687BD

RGB

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

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

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

R = 31.65%
G = 28.48%
B = 39.87%

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

#9687BD (or 0x9687BD) is known color: Cold Purple. HEX triplet: 96, 87 and BD. RGB value is (150,135,189). Sum of RGB (Red+Green+Blue) = 150+135+189=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #9687BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687BD is #697842. Grayscale: #919191. Windows color (decimal): -6912067 or 12421014. OLE color: 12421014.

HSL color Cylindrical-coordinate representation of color #9687BD: hue angle of 256.67º 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 #9687BD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 135 189 -
CMYK 0.21 0.29 0 0.26
HSL 256.67º 0.29% 0.64% -
HSV(B) 256.67º 0.29% 0.74% -
XYZ 30.43 27.49 51.85 -
YUV 145.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 150 135 189 0.21 0.29 0 0.26 256.67 0.29 0.64
Hex 96 87 BD 15 1D 0 1A 101 1D 40
Octal 226 207 275 25 35 0 32 401 35 100
Binary 10010110 10000111 10111101 10101 11101 0 11010 100000001 11101 1000000

Color Harmonies of #9687BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9687BD

Black with #9687BD

Text Example


Text Example

White with #9687BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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