Html Css Color HEX #9688BF Cold Purple

📋 copy color: '#9688BF'

red 150 ◦ green 136 ◦ blue 191

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

Shades of Cold Purple #9688BF

Tints of Cold Purple #9688BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.51%

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

R = 31.45%
G = 28.51%
B = 40.04%

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

#9688BF (or 0x9688BF) is known color: Cold Purple. HEX triplet: 96, 88 and BF. RGB value is (150,136,191). Sum of RGB (Red+Green+Blue) = 150+136+191=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #9688BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688BF is #697740. Grayscale: #929292. Windows color (decimal): -6911809 or 12552342. OLE color: 12552342.

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

Color convert

RGB 150 136 191 -
CMYK 0.21 0.29 0 0.25
HSL 255.27º 0.3% 0.64% -
HSV(B) 255.27º 0.29% 0.75% -
XYZ 30.79 27.85 53.04 -
YUV 146.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 150 136 191 0.21 0.29 0 0.25 255.27 0.3 0.64
Hex 96 88 BF 15 1D 0 19 FF 1E 40
Octal 226 210 277 25 35 0 31 377 36 100
Binary 10010110 10001000 10111111 10101 11101 0 11001 11111111 11110 1000000

Color Harmonies of #9688BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9688BF

Black with #9688BF

Text Example


Text Example

White with #9688BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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