#967FC6

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

Shades of Cold Purple #967FC6

Tints of Cold Purple #967FC6

Color information

#967FC6 (or 0x967FC6) is unknown color: approx Cold Purple. HEX triplet: 96, 7F and C6. RGB value is (150,127,198). Sum of RGB (Red+Green+Blue) = 150+127+198=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #967FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FC6 is #698039. Grayscale: #8D8D8D. Windows color (decimal): -6914106 or 13008790. OLE color: 13008790.

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

Color convert

RGB150127198-
CMYK0.240.3600.22
HSL259.44º38.38%63.73%-
HSV(B)259.44º35.86%77.65%-
XYZ30.3625.7456.79-
YUV141.97159.62133.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=31.58%
G=26.74%
B=41.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501271980.240.3600.22259.4438.3863.73
Hex967FC618240161032640
Octal226177306304402640346100
Binary10010110111111111000110110001001000101101000000111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967FC6; }

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

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

<style>
 a { background-color: #967FC6; }

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

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

<style>
 span { border-color: #967FC6; }

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

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