Html Css Color HEX #9686BF Cold Purple

📋 copy color: '#9686BF'

red 150 ◦ green 134 ◦ blue 191

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

Shades of Cold Purple #9686BF

Tints of Cold Purple #9686BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.21%

R = 31.58%
G = 28.21%
B = 40.21%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9686BF (or 0x9686BF) is known color: Cold Purple. HEX triplet: 96, 86 and BF. RGB value is (150,134,191). Sum of RGB (Red+Green+Blue) = 150+134+191=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #9686BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686BF is #697940. Grayscale: #919191. Windows color (decimal): -6912321 or 12551830. OLE color: 12551830.

HSL color Cylindrical-coordinate representation of color #9686BF: hue angle of 256.84º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9686BF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 134 191 -
CMYK 0.21 0.30 0 0.25
HSL 256.84º 0.31% 0.64% -
HSV(B) 256.84º 0.3% 0.75% -
XYZ 30.51 27.3 52.95 -
YUV 145.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 150 134 191 0.21 0.30 0 0.25 256.84 0.31 0.64
Hex 96 86 BF 15 1E 0 19 101 1F 40
Octal 226 206 277 25 36 0 31 401 37 100
Binary 10010110 10000110 10111111 10101 11110 0 11001 100000001 11111 1000000

Color Harmonies of #9686BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686BF

Black with #9686BF

Text Example


Text Example

White with #9686BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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