#9687CE

Color #9687CE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9687CE

Tints of Cold Purple #9687CE

Color information

#9687CE (or 0x9687CE) is unknown color: approx Cold Purple. HEX triplet: 96, 87 and CE. RGB value is (150,135,206). Sum of RGB (Red+Green+Blue) = 150+135+206=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #9687CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687CE is #697831. Grayscale: #939393. Windows color (decimal): -6912050 or 13535126. OLE color: 13535126.

HSL color Cylindrical-coordinate representation of color #9687CE: hue angle of 252.68º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9687CE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150135206-
CMYK0.270.3400.19
HSL252.68º42.01%66.86%-
HSV(B)252.68º34.47%80.78%-
XYZ32.3828.2762.14-
YUV147.58160.97129.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=30.55%
G=27.49%
B=41.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501352060.270.3400.19252.6842.0166.86
Hex9687CE1B22013fd2a43
Octal226207316334202337552103
Binary10010110100001111100111011011100010010011111111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9687CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9687CE;
 }
 .AnyTagClassName
 {
   color: #9687CE;
 }
</style>
background-color css

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

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

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

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

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

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