Html Css Color HEX #9687AE Cold Purple

📋 copy color: '#9687AE'

red 150 ◦ green 135 ◦ blue 174

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

Shades of Cold Purple #9687AE

Tints of Cold Purple #9687AE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

 BLUE value IS 174 (68.36% from 255) = 37.91%

R = 32.68%
G = 29.41%
B = 37.91%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9687AE (or 0x9687AE) is known color: Cold Purple. HEX triplet: 96, 87 and AE. RGB value is (150,135,174). Sum of RGB (Red+Green+Blue) = 150+135+174=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #9687AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9687AE is #697851. Grayscale: #8F8F8F. Windows color (decimal): -6912082 or 11437974. OLE color: 11437974.

HSL color Cylindrical-coordinate representation of color #9687AE: hue angle of 263.08º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9687AE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 135 174 -
CMYK 0.14 0.22 0 0.32
HSL 263.08º 0.19% 0.61% -
HSV(B) 263.08º 0.22% 0.68% -
XYZ 28.88 26.87 43.71 -
YUV 143.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 150 135 174 0.14 0.22 0 0.32 263.08 0.19 0.61
Hex 96 87 AE E 16 0 20 107 13 3D
Octal 226 207 256 16 26 0 40 407 23 75
Binary 10010110 10000111 10101110 1110 10110 0 100000 100000111 10011 111101

Color Harmonies of #9687AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9687AE

Black with #9687AE

Text Example


Text Example

White with #9687AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9687AE; }

 p { color: rgb(150,135,174); }

 H1.HeaderClassName
 {
   color: #9687AE;
 }
 .AnyTagClassName
 {
   color: #9687AE;
 }
</style>

background-color css

<style>
 a { background-color: #9687AE; }

 a { background-color: rgb(150,135,174); }

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

border-color css

<style>
 span { border-color: #9687AE; }

 span { border-color: rgb(150,135,174); }

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