Html Css Color HEX #9689BD Cold Purple

📋 copy color: '#9689BD'

red 150 ◦ green 137 ◦ blue 189

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

Shades of Cold Purple #9689BD

Tints of Cold Purple #9689BD

RGB

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

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

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

R = 31.51%
G = 28.78%
B = 39.71%

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

#9689BD (or 0x9689BD) is known color: Cold Purple. HEX triplet: 96, 89 and BD. RGB value is (150,137,189). Sum of RGB (Red+Green+Blue) = 150+137+189=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #9689BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9689BD is #697642. Grayscale: #929292. Windows color (decimal): -6911555 or 12421526. OLE color: 12421526.

HSL color Cylindrical-coordinate representation of color #9689BD: hue angle of 255º degrees, saturation: 0.28, 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 #9689BD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 137 189 -
CMYK 0.21 0.28 0 0.26
HSL 255º 0.28% 0.64% -
HSV(B) 255º 0.28% 0.74% -
XYZ 30.71 28.05 51.94 -
YUV 146.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 150 137 189 0.21 0.28 0 0.26 255 0.28 0.64
Hex 96 89 BD 15 1C 0 1A FF 1C 40
Octal 226 211 275 25 34 0 32 377 34 100
Binary 10010110 10001001 10111101 10101 11100 0 11010 11111111 11100 1000000

Color Harmonies of #9689BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689BD

Black with #9689BD

Text Example


Text Example

White with #9689BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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