Html Css Color HEX #9686BE Cold Purple

📋 copy color: '#9686BE'

red 150 ◦ green 134 ◦ blue 190

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

Shades of Cold Purple #9686BE

Tints of Cold Purple #9686BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 31.65%
G = 28.27%
B = 40.08%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9686BE (or 0x9686BE) is known color: Cold Purple. HEX triplet: 96, 86 and BE. RGB value is (150,134,190). Sum of RGB (Red+Green+Blue) = 150+134+190=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #9686BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686BE is #697941. Grayscale: #909090. Windows color (decimal): -6912322 or 12486294. OLE color: 12486294.

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

Color convert

RGB 150 134 190 -
CMYK 0.21 0.29 0 0.25
HSL 257.14º 0.3% 0.64% -
HSV(B) 257.14º 0.29% 0.75% -
XYZ 30.4 27.25 52.37 -
YUV 145.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 150 134 190 0.21 0.29 0 0.25 257.14 0.3 0.64
Hex 96 86 BE 15 1D 0 19 101 1E 40
Octal 226 206 276 25 35 0 31 401 36 100
Binary 10010110 10000110 10111110 10101 11101 0 11001 100000001 11110 1000000

Color Harmonies of #9686BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686BE

Black with #9686BE

Text Example


Text Example

White with #9686BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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