#9680C6

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

Shades of Cold Purple #9680C6

Tints of Cold Purple #9680C6

Color information

#9680C6 (or 0x9680C6) is unknown color: approx Cold Purple. HEX triplet: 96, 80 and C6. RGB value is (150,128,198). Sum of RGB (Red+Green+Blue) = 150+128+198=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #9680C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680C6 is #697F39. Grayscale: #8E8E8E. Windows color (decimal): -6913850 or 13009046. OLE color: 13009046.

HSL color Cylindrical-coordinate representation of color #9680C6: hue angle of 258.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9680C6 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB150128198-
CMYK0.240.3500.22
HSL258.86º38.04%63.92%-
HSV(B)258.86º35.35%77.65%-
XYZ30.492656.84-
YUV142.56159.29133.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 198 (77.73% from 255) = 41.60%
R=31.51%
G=26.89%
B=41.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501281980.240.3500.22258.8638.0463.92
Hex9680C618230161032640
Octal226200306304302640346100
Binary100101101000000011000110110001000110101101000000111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9680C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9680C6; }

 p { color: rgb(150,128,198); }

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

<style>
 a { background-color: #9680C6; }

 a { background-color: rgb(150,128,198); }

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

<style>
 span { border-color: #9680C6; }

 span { border-color: rgb(150,128,198); }

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