#9684BC

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

Shades of Cold Purple #9684BC

Tints of Cold Purple #9684BC

Color information

#9684BC (or 0x9684BC) is unknown color: approx Cold Purple. HEX triplet: 96, 84 and BC. RGB value is (150,132,188). Sum of RGB (Red+Green+Blue) = 150+132+188=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9684BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684BC is #697B43. Grayscale: #8F8F8F. Windows color (decimal): -6912836 or 12354710. OLE color: 12354710.

HSL color Cylindrical-coordinate representation of color #9684BC: hue angle of 259.29º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9684BC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150132188-
CMYK0.200.3000.26
HSL259.29º29.47%62.75%-
HSV(B)259.29º29.79%73.73%-
XYZ29.9126.6251.14-
YUV143.77152.96132.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 188 (73.83% from 255) = 40%
R=31.91%
G=28.09%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501321880.200.3000.26259.2929.4762.75
Hex9684BC141E01A1031d3f
Octal22620427424360324033577
Binary100101101000010010111100101001111001101010000001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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