#9685B9

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

Shades of Cold Purple #9685B9

Tints of Cold Purple #9685B9

Color information

#9685B9 (or 0x9685B9) is unknown color: approx Cold Purple. HEX triplet: 96, 85 and B9. RGB value is (150,133,185). Sum of RGB (Red+Green+Blue) = 150+133+185=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #9685B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685B9 is #697A46. Grayscale: #8F8F8F. Windows color (decimal): -6912583 or 12158358. OLE color: 12158358.

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

Color convert

RGB150133185-
CMYK0.190.2800.27
HSL259.62º27.08%62.35%-
HSV(B)259.62º28.11%72.55%-
XYZ29.7226.7649.5-
YUV144.01151.13132.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=32.05%
G=28.42%
B=39.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501331850.190.2800.27259.6227.0862.35
Hex9685B9131C01B1041b3e
Octal22620527123340334043376
Binary100101101000010110111001100111110001101110000010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9685B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9685B9; }

 p { color: rgb(150,133,185); }

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

<style>
 a { background-color: #9685B9; }

 a { background-color: rgb(150,133,185); }

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

<style>
 span { border-color: #9685B9; }

 span { border-color: rgb(150,133,185); }

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