Html Css Color HEX #9686BB Cold Purple

📋 copy color: '#9686BB'

red 150 ◦ green 134 ◦ blue 187

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

Shades of Cold Purple #9686BB

Tints of Cold Purple #9686BB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.45%

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

R = 31.85%
G = 28.45%
B = 39.7%

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

#9686BB (or 0x9686BB) is known color: Cold Purple. HEX triplet: 96, 86 and BB. RGB value is (150,134,187). Sum of RGB (Red+Green+Blue) = 150+134+187=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #9686BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686BB is #697944. Grayscale: #909090. Windows color (decimal): -6912325 or 12289686. OLE color: 12289686.

HSL color Cylindrical-coordinate representation of color #9686BB: hue angle of 258.11º 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 #9686BB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 134 187 -
CMYK 0.20 0.28 0 0.27
HSL 258.11º 0.28% 0.63% -
HSV(B) 258.11º 0.28% 0.73% -
XYZ 30.07 27.12 50.66 -
YUV 144.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 150 134 187 0.20 0.28 0 0.27 258.11 0.28 0.63
Hex 96 86 BB 14 1C 0 1B 102 1C 3F
Octal 226 206 273 24 34 0 33 402 34 77
Binary 10010110 10000110 10111011 10100 11100 0 11011 100000010 11100 111111

Color Harmonies of #9686BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686BB

Black with #9686BB

Text Example


Text Example

White with #9686BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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