Html Css Color HEX #9689BA Cold Purple

📋 copy color: '#9689BA'

red 150 ◦ green 137 ◦ blue 186

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

Shades of Cold Purple #9689BA

Tints of Cold Purple #9689BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.96%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 31.71%
G = 28.96%
B = 39.32%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9689BA (or 0x9689BA) is known color: Cold Purple. HEX triplet: 96, 89 and BA. RGB value is (150,137,186). Sum of RGB (Red+Green+Blue) = 150+137+186=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #9689BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9689BA is #697645. Grayscale: #929292. Windows color (decimal): -6911558 or 12224918. OLE color: 12224918.

HSL color Cylindrical-coordinate representation of color #9689BA: hue angle of 255.92º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9689BA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 137 186 -
CMYK 0.19 0.26 0 0.27
HSL 255.92º 0.26% 0.63% -
HSV(B) 255.92º 0.26% 0.73% -
XYZ 30.39 27.92 50.24 -
YUV 146.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 150 137 186 0.19 0.26 0 0.27 255.92 0.26 0.63
Hex 96 89 BA 13 1A 0 1B 100 1A 3F
Octal 226 211 272 23 32 0 33 400 32 77
Binary 10010110 10001001 10111010 10011 11010 0 11011 100000000 11010 111111

Color Harmonies of #9689BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689BA

Black with #9689BA

Text Example


Text Example

White with #9689BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9689BA; }

 p { color: rgb(150,137,186); }

 H1.HeaderClassName
 {
   color: #9689BA;
 }
 .AnyTagClassName
 {
   color: #9689BA;
 }
</style>

background-color css

<style>
 a { background-color: #9689BA; }

 a { background-color: rgb(150,137,186); }

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

border-color css

<style>
 span { border-color: #9689BA; }

 span { border-color: rgb(150,137,186); }

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