#9684CF

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

Shades of Cold Purple #9684CF

Tints of Cold Purple #9684CF

Color information

#9684CF (or 0x9684CF) is unknown color: approx Cold Purple. HEX triplet: 96, 84 and CF. RGB value is (150,132,207). Sum of RGB (Red+Green+Blue) = 150+132+207=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #9684CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684CF is #697B30. Grayscale: #919191. Windows color (decimal): -6912817 or 13599894. OLE color: 13599894.

HSL color Cylindrical-coordinate representation of color #9684CF: hue angle of 254.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9684CF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150132207-
CMYK0.280.3600.19
HSL254.4º43.86%66.47%-
HSV(B)254.4º36.23%81.18%-
XYZ32.0927.4962.65-
YUV145.93162.46130.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=30.67%
G=26.99%
B=42.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501322070.280.3600.19254.443.8666.47
Hex9684CF1C24013fe2c42
Octal226204317344402337654102
Binary10010110100001001100111111100100100010011111111101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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