Html Css Color HEX #9688BD Cold Purple

📋 copy color: '#9688BD'

red 150 ◦ green 136 ◦ blue 189

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

Shades of Cold Purple #9688BD

Tints of Cold Purple #9688BD

RGB

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

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

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

R = 31.58%
G = 28.63%
B = 39.79%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9688BD (or 0x9688BD) is known color: Cold Purple. HEX triplet: 96, 88 and BD. RGB value is (150,136,189). Sum of RGB (Red+Green+Blue) = 150+136+189=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #9688BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688BD is #697742. Grayscale: #929292. Windows color (decimal): -6911811 or 12421270. OLE color: 12421270.

HSL color Cylindrical-coordinate representation of color #9688BD: hue angle of 255.85º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9688BD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 136 189 -
CMYK 0.21 0.28 0 0.26
HSL 255.85º 0.29% 0.64% -
HSV(B) 255.85º 0.28% 0.74% -
XYZ 30.57 27.77 51.89 -
YUV 146.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 150 136 189 0.21 0.28 0 0.26 255.85 0.29 0.64
Hex 96 88 BD 15 1C 0 1A 100 1D 40
Octal 226 210 275 25 34 0 32 400 35 100
Binary 10010110 10001000 10111101 10101 11100 0 11010 100000000 11101 1000000

Color Harmonies of #9688BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9688BD

Black with #9688BD

Text Example


Text Example

White with #9688BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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