#9684BF

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

Shades of Cold Purple #9684BF

Tints of Cold Purple #9684BF

Color information

#9684BF (or 0x9684BF) is unknown color: approx Cold Purple. HEX triplet: 96, 84 and BF. RGB value is (150,132,191). Sum of RGB (Red+Green+Blue) = 150+132+191=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #9684BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684BF is #697B40. Grayscale: #8F8F8F. Windows color (decimal): -6912833 or 12551318. OLE color: 12551318.

HSL color Cylindrical-coordinate representation of color #9684BF: hue angle of 258.31º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9684BF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150132191-
CMYK0.210.3100.25
HSL258.31º31.55%63.33%-
HSV(B)258.31º30.89%74.9%-
XYZ30.2326.7552.86-
YUV144.11154.46132.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 191 (75% from 255) = 40.38%
R=31.71%
G=27.91%
B=40.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501321910.210.3100.25258.3131.5563.33
Hex9684BF151F019102203f
Octal22620427725370314024077
Binary1001011010000100101111111010111111011001100000010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9684BF; }

 p { color: rgb(150,132,191); }

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

<style>
 a { background-color: #9684BF; }

 a { background-color: rgb(150,132,191); }

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

<style>
 span { border-color: #9684BF; }

 span { border-color: rgb(150,132,191); }

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